lhotari commented on a change in pull request #14226:
URL: https://github.com/apache/pulsar/pull/14226#discussion_r807043650
##########
File path: .asf.yaml
##########
@@ -40,4 +40,64 @@ github:
# disable merge button:
merge: false
# disable rebase button:
- rebase: false
\ No newline at end of file
+ rebase: false
+ protected_branches:
+ master:
+ required_status_checks:
+ # strict means "Require branches to be up to date before merging".
+ strict: false
+ # Contexts are the names of checks that must pass.
+ # See ./github/workflows/README.md for more documentation on this list.
+ contexts:
+ - License check
+ - backwards-compatibility
+ - build
+ - cli
+ - cpp-tests
+ - function-state
+ - messaging
+ - owasp-dep-check
+ - process
+ - pulsar-ci-test (group1)
+ - pulsar-ci-test (group2)
+ - pulsar-ci-test (group3)
+ - pulsar-io
+ - schema
+ - shade-check
+ - sql
+ - standalone
+ - thread
+ - tiered-filesystem
+ - tiered-jcloud
+ - transaction
+ - unit-tests
+
+ required_pull_request_reviews:
+ dismiss_stale_reviews: true
+ require_code_owner_reviews: true
+ required_approving_review_count: 1
+
+ # squash or rebase must be allowed in the repo for this setting to be
set to true.
+ required_linear_history: true
+
+ required_signatures: false
+
+ # The following branch protections only ensure that force pushes are not
allowed
+ branch-1.15: {}
+ branch-1.16: {}
+ branch-1.17: {}
+ branch-1.18: {}
+ branch-1.19: {}
+ branch-1.20: {}
+ branch-1.21: {}
+ branch-1.22: {}
+ branch-2.0: {}
+ branch-2.1: {}
+ branch-2.2: {}
+ branch-2.3: {}
+ branch-2.4: {}
+ branch-2.5: {}
+ branch-2.6: {}
+ branch-2.7: {}
+ branch-2.8: {}
+ branch-2.9: {}
Review comment:
Yes that seems to be the case. Thanks for checking.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]