DanielSwift1992 opened a new pull request, #43270:
URL: https://github.com/apache/superset/pull/43270
### SUMMARY
One glob in `.github/labeler.yml` never matched: `superset/requirements/**`
(line 32). The requirements directory lives at the repository root, so the
`dependencies:python` label was never applied by this entry. Resolving the
stale reference:
Update labeler.yml line 32 to: `requirements/**`
### TESTING INSTRUCTIONS
# the stale line
sed -n '32p' .github/labeler.yml
# tracked files under the referenced glob, 0 before this PR
git ls-files -- 'requirements/**' | wc -l
### ADDITIONAL INFORMATION
I found this mismatch in your repo while analyzing public data with my tool:
https://github.com/DanielSwift1992/gate. If you need more details, happy to
share.
--
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]