panbingkun commented on code in PR #43716: URL: https://github.com/apache/spark/pull/43716#discussion_r1386453399
########## .github/labeler.yml: ########## @@ -45,32 +28,24 @@ INFRA: - "dev/merge_spark_pr.py" - "dev/run-tests-jenkins*" BUILD: - # Can be supported when a stable release with correct all/any is released - #- any: ['dev/**/*', '!dev/merge_spark_pr.py', '!dev/.rat-excludes'] - - "dev/**/*" Review Comment: The changes to the file `dev/.rat-excludes` should also belong to the label `BUILD`, So we shouldn't exclude it out here. -- 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]
