From 68469e7fccba4863f184663d612fe19c80ae4134 Mon Sep 17 00:00:00 2001 From: Patrick Creighton Date: Sun, 12 Nov 2023 12:47:14 -0800 Subject: [PATCH] Make ubcsailbotsoftware code owner only for test.yml (#59) --- .github/CODEOWNERS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 89c17a8..37ff41e 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 @hhenry01 +* @hhenry01 + +# Additionally make ubcsailbotsoftware a code owner for +# tests.yml so it can auto-approve dependabot PRs +/.github/workflows/tests.yml @ubcsailbotsoftware @hhenry01