Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 12 additions & 5 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# NHS Notify Code Owners

* @NHSDigital/nhs-notify-supplier-api
/.github/ @NHSDigital/nhs-notify-admins
*.code-workspace @NHSDigital/nhs-notify-admins
* @NHSDigital/nhs-notify-supplier-api

/.github/ @NHSDigital/nhs-notify-supplier-api-admins
*.code-workspace @NHSDigital/nhs-notify-supplier-api-admins
/docs/ @NHSDigital/nhs-notify-supplier-api
/infrastructure/terraform/ @NHSDigital/nhs-notify-platform

# Codeowners must be final check
/.github/CODEOWNERS @NHSDigital/nhs-notify-code-owners
/CODEOWNERS @NHSDigital/nhs-notify-code-owners
/.github/CODEOWNERS @NHSDigital/nhs-notify-code-owners
/CODEOWNERS @NHSDigital/nhs-notify-code-owners

# Each NHS Notify repository should have clear code owners set.
# Do not use GitHub team names, instead use the GitHub usernames
# of the people who are responsible for the code maintenance.

# This is a comment.
# Each line is a file pattern followed by one or more owners.
Expand Down
Loading