Skip to content

Commit 92404d3

Browse files
authored
chore: remove protection from main branch (#8320)
1 parent e0584d6 commit 92404d3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.asf.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ github:
4848
# delete origin branch after merged
4949
del_branch_on_merge: true
5050
protected_branches:
51-
main:
52-
required_status_checks:
53-
# strict means "Require branches to be up to date before merging".
54-
strict: true
55-
# contexts are the names of checks that must pass
56-
#contexts:
57-
# - gh-infra/jenkins
58-
# - another/build-that-must-pass
51+
# main:
52+
# required_status_checks:
53+
# # strict means "Require branches to be up to date before merging".
54+
# strict: true
55+
# # contexts are the names of checks that must pass
56+
# #contexts:
57+
# # - gh-infra/jenkins
58+
# # - another/build-that-must-pass
5959

6060
required_pull_request_reviews:
6161
dismiss_stale_reviews: true

0 commit comments

Comments
 (0)