From 6b0db4616ac919d6603e222d8f4e1cf3b81f4b2b Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Fri, 9 Jan 2026 19:24:13 -0500 Subject: [PATCH] chore(github): add repository configuration file --- .github/Repo.toml.migrated.20260109_192411 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/Repo.toml.migrated.20260109_192411 diff --git a/.github/Repo.toml.migrated.20260109_192411 b/.github/Repo.toml.migrated.20260109_192411 new file mode 100644 index 0000000..e2a2697 --- /dev/null +++ b/.github/Repo.toml.migrated.20260109_192411 @@ -0,0 +1,3 @@ +[scopes] +docs = ["README.md", "USAGE.md", "MIGRATION.md"] +github = [".github"]