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