-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorganizer.yaml
51 lines (40 loc) · 1.06 KB
/
organizer.yaml
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
41
42
43
44
45
46
47
48
49
50
51
topics_for_assignment: true
repositories:
default:
teams:
all-radai: Push # Pull, Push, Admin
production:
# Allow individual repositories to add additional teams
teams_clean: false
# Make sure Rad AI staff can access all repositories
teams:
all-radai: Push # Pull, Push, Admin
dependency_security:
alerts: true
automatic_fixes: true
merges:
allow_squash_merge: true
allow_merge_commit: true
allow_rebase_merge: true
delete_branch_on_merge: false
features:
has_issues: false
has_wiki: true
has_projects: false
has_downloads: true
branches:
master:
enforce_admins: true
required_pull_request_reviews: true
required_status_checks:
strict: true
main:
enforce_admins: true
required_pull_request_reviews: true
required_status_checks:
strict: true
prod:
enforce_admins: true
required_pull_request_reviews: true
required_status_checks:
strict: true