Copilot commented on code in PR #3832:
URL: https://github.com/apache/iceberg-python/pull/3832#discussion_r3836539925
##########
.asf.yaml:
##########
@@ -38,6 +38,26 @@ github:
required_status_checks:
# strict means "Require branches to be up to date before merging".
strict: true
+ contexts:
+ - Analyze Actions
+ - CodeQL
+ - Run zizmor 🌈
Review Comment:
`required_status_checks.contexts` includes `CodeQL`, but the CodeQL
workflow’s only job is named `Analyze Actions` (see
.github/workflows/codeql.yml:34-36). If there is no check context literally
named `CodeQL`, branch protection will wait forever because that required check
will never report.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]