zymap commented on a change in pull request #14226:
URL: https://github.com/apache/pulsar/pull/14226#discussion_r804314242
##########
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:
+ # - CI - OWASP Dependency Check
+ contexts:
+ - CI - Build - MacOS
+ - CI - Cancel duplicate workflows
+ - CI - CPP, Python Tests
+ - CI - CPP build on CentOS 7
+ - CI - CPP build on Windows
+ - Auto Labeling
Review comment:
I think this can be removed, it's not a check.
##########
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:
+ # - CI - OWASP Dependency Check
+ contexts:
+ - CI - Build - MacOS
+ - CI - Cancel duplicate workflows
+ - CI - CPP, Python Tests
+ - CI - CPP build on CentOS 7
+ - CI - CPP build on Windows
+ - Auto Labeling
+ - CI - Go Functions style check
+ - CI - Go Functions Tests
+ - CI - Integration - Backwards Compatibility
+ - CI - Integration - Cli
+ - CI - Integration - Function & IO
+ - CI - Integration - Messaging
+ - CI - Integration - Process
+ - CI - Integration - Pulsar-IO Sinks and Sources
+ - CI - Integration - Pulsar-IO Oracle Source
+ - CI - Integration - Schema
+ - CI - Integration - Sql
+ - CI - Integration - Standalone
+ - CI - Integration - Thread
+ - CI - Integration - Tiered FileSystem
+ - CI - Integration - Tiered JCloud
+ - CI - Integration - Transaction
+ - CI - Misc
+ - CI - Maven Dependency Cache Update
+ - CI - Pulsar Website build
+ - Pulsar Bot
Review comment:
Those three can remove I think
--
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]