Skip to content

Commit ba28997

Browse files
committed
test: fix test config prevents initial main push
1 parent 5d9c991 commit ba28997

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

test.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ organization:
33
all-repositories:
44
# All-repository default features
55
has_issues: true
6+
# All-repository default settings
7+
allow_merge_commit: false
8+
allow_squash_merge: true
9+
allow_rebase_merge: true
10+
allow_auto_merge: true
11+
delete_branch_on_merge: true
612
# All-repository default rulesets
713
rulesets:
814
- name: "Main Branch"
@@ -18,7 +24,6 @@ organization:
1824
include:
1925
- ~DEFAULT_BRANCH
2026
rules:
21-
creation: true
2227
deletion: true
2328
pull_request:
2429
required_approving_review_count: 0
@@ -31,9 +36,3 @@ repositories:
3136
- github-organization-profile
3237
- github-profile
3338
- github-profile-readme
34-
# Repository settings
35-
allow_merge_commit: false
36-
allow_squash_merge: true
37-
allow_rebase_merge: true
38-
allow_auto_merge: true
39-
delete_branch_on_merge: true

0 commit comments

Comments
 (0)