Skip to content

Commit f2bb29c

Browse files
committed
document and update/correct branch protections configuration
1 parent 6326cb2 commit f2bb29c

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

ccos/norm/branch_protections.yml

+18-12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Specify repositories that are excluded from branch protections.
2+
#
3+
# Format:
4+
# # comment indicating reason for exclusion
5+
# - REPOSITORY
16
EXEMPT_REPOSITORIES:
27
# special purpose repo
38
- australian-chapter
@@ -14,21 +19,22 @@ EXEMPT_REPOSITORIES:
1419
# special purpose repo
1520
- tech-support
1621

22+
# Specify non-exempt repositories requiring specific status checks
23+
#
24+
# Format:
25+
# REPOSITORY:
26+
# - STATUS_CHECK_NAME
1727
REQUIRED_STATUS_CHECK_MAP:
18-
# Non-exempt repository requiring specific status checks
1928
creativecommons.github.io-source:
2029
- Build and Deploy CC Open Source
2130

31+
# Specify non-exempt repositories and the people, teams, or apps who are
32+
# allowed to bypass required pull requests (PRs)
33+
#
34+
# Format:
35+
# REPOSITORY:
36+
# - GITHUB_USER_TEAM_OR_APP
37+
# - GITHUB_USER_TEAM_OR_APP
2238
EXEMPT_USERS:
2339
quantifying:
24-
# List of users or bots that can bypass restrictions for this repository
25-
# Uncomment below to enable these users
26-
# - bot1
27-
# - bot2
28-
29-
# Other repositories and exempt users can be added below
30-
another-repo:
31-
# Specify exempt users for this repository
32-
# Uncomment and add users as needed
33-
# - bot3
34-
# - bot4
40+
- cc-quantifying-bot

0 commit comments

Comments
 (0)