From 82a7f0e9160ee91fefdaff9975b8474610b1ae79 Mon Sep 17 00:00:00 2001 From: Becky Sweger Date: Fri, 14 Feb 2025 14:19:52 -0500 Subject: [PATCH] Add a CODEOWNERS file github workflows This is a security precaution as recommended by GitHub https://docs.github.com/en/actions/security-for-github-actions/security-guides/security-hardening-for-github-actions#using-codeowners-to-monitor-changes --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..4ee298d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# require review for core team member for updates to GitHub workflows +/.github/CODEOWNERS @reichlab/repo-writers +/.github/workflows/ @reichlab/repo-writers \ No newline at end of file