From 0bd0cfe63d6b1b19a4f7fac76a4842e01a7df90f Mon Sep 17 00:00:00 2001 From: Patrick Creighton Date: Sun, 12 Nov 2023 12:41:16 -0800 Subject: [PATCH] Make ubcsailbotsoftware code owner only for test.yml --- .github/CODEOWNERS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c781b2e..ce4434d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,4 +5,8 @@ # the repo. Unless a later match takes precedence, # these owners will be requested for # review when someone opens a pull request. -* @ubcsailbotsoftware @UBCSailbot/soft-leads +* @UBCSailbot/soft-leads + +# Additionally make ubcsailbotsoftware a code owner for +# tests.yml so it can auto-approve dependabot PRs +/.github/workflows/tests.yml @ubcsailbotsoftware @UBCSailbot/soft-leads