aglinxinyuan commented on code in PR #5399: URL: https://github.com/apache/texera/pull/5399#discussion_r3366932738
########## .github/labeler.yml: ########## @@ -85,14 +85,17 @@ pyamber: # exercise the pyamber + amber-integration stacks. Without this a # bumped requirements.txt would only get `dependencies` (no stack # mapping) and silently skip CI for the very deps it's changing. + # The single *requirements*.txt glob covers requirements.txt, + # *-requirements.txt, and the pinned system-requirements-lock.txt + # (which ends in -lock.txt, so a narrower *-requirements.txt pattern + # would miss it and let a Dependabot lockfile bump skip CI). Review Comment: Done — dropped this block (and the one-liner I'd added under `dependencies` too), so the diff is now just the glob change. -- 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]
