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

davidarthur pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 4e7e351fb4f MINOR Ignore missing "triage" label in pr-reviewed 
workflow (#18133)
4e7e351fb4f is described below

commit 4e7e351fb4ffa8759c3a19a2c973efea9becb8f0
Author: David Arthur <[email protected]>
AuthorDate: Wed Dec 11 08:07:57 2024 -0500

    MINOR Ignore missing "triage" label in pr-reviewed workflow (#18133)
    
    Reviewers: Greg Harris <[email protected]>
---
 .github/workflows/pr-reviewed.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pr-reviewed.yml 
b/.github/workflows/pr-reviewed.yml
index 2f6cae8a4fe..ea2a35f58e8 100644
--- a/.github/workflows/pr-reviewed.yml
+++ b/.github/workflows/pr-reviewed.yml
@@ -40,6 +40,7 @@ jobs:
           name: pr-number.txt
       - name: Remove label
         uses: actions/github-script@v7
+        continue-on-error: true
         with:
           github-token: ${{ secrets.GITHUB_TOKEN }}
           script: |

Reply via email to