Copilot commented on code in PR #3937:
URL: https://github.com/apache/texera/pull/3937#discussion_r2442689127
##########
.asf.yaml:
##########
@@ -72,9 +72,34 @@ github:
required_approving_review_count: 1
required_linear_history: true
+ test-ci:
+ required_status_checks:
+ # 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
+
+ required_pull_request_reviews:
+ dismiss_stale_reviews: false
+ require_code_owner_reviews: false
+ required_approving_review_count: 1
+ required_linear_history: true
+
notifications:
commits: [email protected]
issues: [email protected]
pullrequests: [email protected]
discussions: [email protected]
jobs: [email protected]
+
+
+whoami: test-ci
Review Comment:
The `whoami: test-ci` field appears to be a testing artifact that should be
removed. This field is not part of the standard ASF YAML configuration and
could cause confusion or unexpected behavior.
```suggestion
jobs: [email protected]
```
--
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]