Copilot commented on code in PR #5317:
URL: https://github.com/apache/texera/pull/5317#discussion_r3384880355
##########
.github/labeler.yml:
##########
@@ -107,6 +107,12 @@ ci:
- '.github/**'
- '.asf.yaml'
- 'codecov.yml'
Review Comment:
The `ci` label exclusion for `.github/welcome-first-time-contributor.txt`
won’t work as written. The preceding `any-glob-to-any-file: ['.github/**',
...]` still matches this file, so the `ci` label will continue to be applied on
wording-only edits (or, depending on how negation is interpreted, the extra
`all-globs-to-all-files` clause could also change `ci` labeling in unintended
ways).
Move the negated glob into the existing `any-glob-to-any-file` list and
remove the separate `all-globs-to-all-files` entry, so PRs that touch only this
template don’t get the `ci` label but other `.github/**` changes still do.
--
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]