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

gaojun2048 pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 26b0d3aa6 [Github] [CI] Fix reviewed label not removed when code 
update (#3379)
26b0d3aa6 is described below

commit 26b0d3aa6f9741f670ef4fd2c695523a7d2a117e
Author: Hisoka <[email protected]>
AuthorDate: Thu Nov 10 18:12:15 2022 +0800

    [Github] [CI] Fix reviewed label not removed when code update (#3379)
---
 .github/workflows/approve-label.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/approve-label.yml 
b/.github/workflows/approve-label.yml
index e80d99390..73e75af27 100644
--- a/.github/workflows/approve-label.yml
+++ b/.github/workflows/approve-label.yml
@@ -61,3 +61,4 @@ jobs:
           token: ${{ secrets.GITHUB_TOKEN }}
           label: 'reviewed'
           pullRequestNumber: ${{ 
steps.source-run-info.outputs.pullRequestNumber }}
+          remove_label_when_approval_missing: 'true'

Reply via email to