Copilot commented on code in PR #3938:
URL: https://github.com/apache/texera/pull/3938#discussion_r2442701257
##########
.asf.yaml:
##########
@@ -66,6 +66,17 @@ github:
# strict means "Require branches to be up to date before merging".
strict: true
# contexts are the names of checks that must pass
+ contexts:
+ - gui (ubuntu-latest, 18)
+ - gui (windows-latest, 18)
+ - gui (macos-latest, 18)
+ - core (ubuntu-22.04, 11)
+ - python_udf (ubuntu-latest, 3.9)
+ - python_udf (ubuntu-latest, 3.10)
+ - python_udf (ubuntu-latest, 3.11)
+ - python_udf (ubuntu-latest, 3.12)
+ - Check License Headers
+ - Validate PR title
Review Comment:
The contexts list is duplicated between the main branch (lines 69-79) and
another branch (lines 91-101). Consider extracting this list into a YAML anchor
to avoid duplication and ensure consistency when updating required checks.
--
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]