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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7fa987dae92 Update labeler to v5 that includes fix where bot doesn't 
remove labels added by maintainers. (#15558)
7fa987dae92 is described below

commit 7fa987dae9240803dd371ebea14142dddf7f84f7
Author: Abhishek Radhakrishnan <[email protected]>
AuthorDate: Thu Dec 14 12:10:26 2023 -0500

    Update labeler to v5 that includes fix where bot doesn't remove labels 
added by maintainers. (#15558)
---
 .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 5de3d3bcc5a..4c6c1867583 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -32,6 +32,6 @@ jobs:
       pull-requests: write
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/labeler@v4
+    - uses: actions/labeler@v5
       with:
         repo-token: "${{ secrets.GITHUB_TOKEN }}"
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to