lhotari commented on pull request #14226: URL: https://github.com/apache/pulsar/pull/14226#issuecomment-1036016625
Here's a list of the correct context names for `required_status_checks`: ``` ❯ curl -s "https://api.github.com/repos/apache/pulsar/commits/$(curl -s https://api.github.com/repos/apache/pulsar/pulls/14147 | jq -r .head.sha)/check-runs" |jq -r '.check_runs | .[] | .name' labeling action-runner unit-tests unit-tests pulsar-ci-test (group3) pulsar-ci-test (group2) pulsar-ci-test (group1) cli unit-tests unit-tests tiered-filesystem owasp-dep-check sql messaging shade-check process tiered-jcloud function-state schema transaction cpp-tests pulsar-io thread License check standalone build unit-tests backwards-compatibility unit-tests pulsar-io ``` Some workflows have duplicate names. I guess that's fine, but the only issue it causes it that you cannot distinguish a specific workflow. -- 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]
