File tree 1 file changed +18
-12
lines changed
1 file changed +18
-12
lines changed Original file line number Diff line number Diff line change
1
+ # Specify repositories that are excluded from branch protections.
2
+ #
3
+ # Format:
4
+ # # comment indicating reason for exclusion
5
+ # - REPOSITORY
1
6
EXEMPT_REPOSITORIES :
2
7
# special purpose repo
3
8
- australian-chapter
@@ -14,21 +19,22 @@ EXEMPT_REPOSITORIES:
14
19
# special purpose repo
15
20
- tech-support
16
21
22
+ # Specify non-exempt repositories requiring specific status checks
23
+ #
24
+ # Format:
25
+ # REPOSITORY:
26
+ # - STATUS_CHECK_NAME
17
27
REQUIRED_STATUS_CHECK_MAP :
18
- # Non-exempt repository requiring specific status checks
19
28
creativecommons.github.io-source :
20
29
- Build and Deploy CC Open Source
21
30
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
22
38
EXEMPT_USERS :
23
39
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
You can’t perform that action at this time.
0 commit comments