commit 9dbb81d5ece43eeb61e44cf8e9c9c984b18bde41 Author: Prad Nukala Date: Wed Jan 7 14:20:18 2026 -0500 chore(config): add repository configuration file diff --git a/.github/Repo.toml b/.github/Repo.toml new file mode 100644 index 0000000..6da103c --- /dev/null +++ b/.github/Repo.toml @@ -0,0 +1,4 @@ +[scopes] +docs = ["MIGRATION.md", "README.md"] +db = ["db"] +config = [".github"]