From b821a9094b1324d71aab519a845435e20931bfe2 Mon Sep 17 00:00:00 2001 From: Patrick Creighton Date: Sun, 12 Nov 2023 12:41:08 -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 e317b10..c9bd40c 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 @samdai01 +* @samdai01 + +# Additionally make ubcsailbotsoftware a code owner for +# tests.yml so it can auto-approve dependabot PRs +/.github/workflows/tests.yml @ubcsailbotsoftware @samdai01