This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push: new ed753089926c [MINOR][INFRA] Add `bin/docker-image-tool.sh` to KUBERNETES label ed753089926c is described below commit ed753089926c46b4abe1f6a07f07aa06491850e5 Author: William Hyun <will...@apache.org> AuthorDate: Mon Aug 5 19:26:39 2024 -0700 [MINOR][INFRA] Add `bin/docker-image-tool.sh` to KUBERNETES label ### What changes were proposed in this pull request? This PR aims to add `bin/docker-image-tool.sh` to KUBERNETES label rule. ### Why are the changes needed? To label PRs better. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? N/A. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #47619 from williamhyun/label. Authored-by: William Hyun <will...@apache.org> Signed-off-by: Dongjoon Hyun <dh...@apple.com> --- .github/labeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 350917b26493..5b5564418724 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -199,6 +199,7 @@ YARN: KUBERNETES: - changed-files: - any-glob-to-any-file: [ + 'bin/docker-image-tool.sh', 'resource-managers/kubernetes/**/*' ] --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org