This is an automated email from the ASF dual-hosted git repository.

bowenliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new f9d27de9b Revert "[KYUUBI #5840] [BUILD] Bump actions/labeler from v4 
to v5"
f9d27de9b is described below

commit f9d27de9bb2184b5655eb38bf88a081ce79193b7
Author: Bowen Liang <[email protected]>
AuthorDate: Mon Dec 11 10:07:15 2023 +0800

    Revert "[KYUUBI #5840] [BUILD] Bump actions/labeler from v4 to v5"
    
    This reverts commit 2ee4341cad0dcaeb746324421de1df3380196d0f.
---
 .github/workflows/labeler.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index 7d6cd5bd2..c4cad7aef 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -28,7 +28,7 @@ jobs:
   triage:
     runs-on: ubuntu-22.04
     steps:
-    - uses: actions/labeler@v5
+    - uses: actions/labeler@v4
       with:
         repo-token: "${{ secrets.GITHUB_TOKEN }}"
         sync-labels: true

Reply via email to