Skip to content

Commit 29d0c71

Browse files
authored
Update securing-repositories.md
1 parent 0bfb6a8 commit 29d0c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

practices/securing-repositories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This minimum set of requirements should be implemented alongside other relevant
4040
- Add admins only to this team.
4141
- Set this team to have `Admin` access (under the `Manage Access` option in `Settings`).
4242
- Create a second child team, for code owners (e.g. `Engineering Quality Framework Code Owners`).
43-
- Add relevant members to this team.
43+
- Add relevant members to this team: these are the individuals who will be permitted to approve pull request code reviews (please see Branch protection, below).
4444
- Use this team rather than individual accounts in the CODEOWNERS file (example [here](https://github.com/NHSDigital/software-engineering-quality-framework/blob/master/.github/CODEOWNERS)).
4545
- Child teams inherit the parent's access permissions, simplifying permissions management for large groups. Members of child teams also receive notifications when the parent team is `@mentioned`, simplifying communication with multiple groups of people.
4646
- Depending on your use case, you may want to create additional teams (e.g. a read-only access team).

0 commit comments

Comments
 (0)