lhotari commented on a change in pull request #14226:
URL: https://github.com/apache/pulsar/pull/14226#discussion_r804464516
##########
File path: .asf.yaml
##########
@@ -40,4 +40,80 @@ 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. These names are
+ # found in the "name:" field of ./github/workflows/*.yaml files
+ # Note: here is the list of intentionally excluded contexts:
Review comment:
This isn't correct information. See
https://github.com/apache/pulsar/pull/14226#issuecomment-1035997475 for the
current information. The contexts gets passed as-is in the asfgit python code.
I'll check where to get the correct context names.
--
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]