panbingkun commented on PR #5874: URL: https://github.com/apache/kyuubi/pull/5874#issuecomment-1862038224
>  The CI actions still run on v4. You have to run actions/checkout first to apply the local labler config file. Manually check as follows: 1.Considering that the testing of the `github labeler action` is relatively special: When I submitted changes to this repo, the GA still executed the v4 version logic before merging the PR into it ref: https://github.com/actions/labeler?tab=readme-ov-file#notes-regarding-pull_request_target, <img width="843" alt="image" src="https://github.com/apache/spark/assets/15246973/529a7d4c-6260-4048-8730-54692c35d333"> 2.I created a similar `private repo` to verify it The file (`.github/labeler.yml`) of this private repo is exactly the same as the file I am submitting to Spark repo <img width="950" alt="image" src="https://github.com/apache/spark/assets/15246973/89135af6-a88c-45c9-9746-7a844674d6e7"> https://github.com/panbingkun/github-action-test/blob/main/.github/labeler.yml 3.The verification process is as follows: A.When I submitted `core/x.scala` to this repo, it automatically labeled `CORE` https://github.com/panbingkun/github-action-test/pull/2 <img width="913" alt="image" src="https://github.com/apache/spark/assets/15246973/92a9c6d3-b842-4b6d-b568-8aa8f48eab4f"> B.When I submitted `core/xxUI. scala` in this library, it automatically labeled `WEBUI` https://github.com/panbingkun/github-action-test/pull/3 <img width="914" alt="image" src="https://github.com/apache/spark/assets/15246973/c2b24fa5-e2b3-46ab-867e-7080544547d2"> -- 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]
