From 33cc3107bce53f84b961ca0b2ab9864f43288b98 Mon Sep 17 00:00:00 2001 From: "x15-tac-bot[bot]" <104412598+x15-tac-bot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 07:36:23 +0000 Subject: [PATCH] Add TAC configuration file --- .github/tac.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/tac.yml diff --git a/.github/tac.yml b/.github/tac.yml new file mode 100644 index 0000000..1b114b0 --- /dev/null +++ b/.github/tac.yml @@ -0,0 +1,12 @@ +project: unloan/find-github-pull-request + +# Additional repositories related to your project +repos: +- unloan/find-github-pull-request + +# Files and folders to send to TAC for review +include: +- README.md + +# Can be also be a glob pattern, example: +# - docs/**