-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathbranch_protections.yml
40 lines (38 loc) · 1.02 KB
/
branch_protections.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Specify repositories that are excluded from branch protections.
#
# Format:
# # comment indicating reason for exclusion
# - REPOSITORY
EXEMPT_REPOSITORIES:
# special purpose repo
- australian-chapter
# exempted for bot pushes to default branch
- creativecommons.github.io-source
# exempted for bot pushes to default branch
- creativecommons.github.io
# special purpose repo
- global-network-strategy
# special purpose repo
- network-platforms
# special purpose repo
- sre-wiki-js
# special purpose repo
- tech-support
# Specify non-exempt repositories requiring specific status checks
#
# Format:
# REPOSITORY:
# - STATUS_CHECK_NAME
REQUIRED_STATUS_CHECK_MAP:
creativecommons.github.io-source:
- Build and Deploy CC Open Source
# Specify non-exempt repositories and the people, teams, or apps who are
# allowed to bypass required pull requests (PRs)
#
# Format:
# REPOSITORY:
# - GITHUB_USER_TEAM_OR_APP
# - GITHUB_USER_TEAM_OR_APP
EXEMPT_USERS:
quantifying:
- cc-quantifying-bot