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