diff options
author | Domen Kožar <domen@dev.si> | 2021-04-24 18:28:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-24 18:28:34 +0100 |
commit | 4b6cd9daa810d2cef044daf9faf0411d69624b12 (patch) | |
tree | 93071961441c1f1fc9c29209aeba6a9b099f187e | |
parent | 324f9afad9be649968d71365baf74ac6666e4d19 (diff) | |
parent | d6ed686eb2c121cc5150c742702f908bcb6d9ab7 (diff) |
Merge pull request #120551 from NixOS/codeowners-workflows
Add NixOS/Security as a reviewer for .github/workflows
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b85e922612187..fc116b32d5f37 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -11,7 +11,7 @@ /.github/CODEOWNERS @edolstra # GitHub actions -/.github/workflows @Mic92 @zowoq +/.github/workflows @NixOS/Security @Mic92 @zowoq /.github/workflows/merge-staging @FRidh # EditorConfig |