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

ash pushed a commit to branch v2-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 3369e2f6d275083f5b1b01df9d3299104f9340b8
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Apr 14 13:00:22 2021 +0200

    Do not remove 'full-tests-needed' when approval missing (#15175)
    
    (cherry picked from commit a0b217ae3de0a180e746e1e2238ede795b47fb23)
---
 .github/actions/label-when-approved-action             | 2 +-
 .github/workflows/label_when_reviewed_workflow_run.yml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/actions/label-when-approved-action 
b/.github/actions/label-when-approved-action
index 4c5190f..0058d00 160000
--- a/.github/actions/label-when-approved-action
+++ b/.github/actions/label-when-approved-action
@@ -1 +1 @@
-Subproject commit 4c5190fec5661e98d83f50bbd4ef9ebb48bd1194
+Subproject commit 0058d0094da27e116fad6e0da516ebe1107f26de
diff --git a/.github/workflows/label_when_reviewed_workflow_run.yml 
b/.github/workflows/label_when_reviewed_workflow_run.yml
index 1ed50dd..59bde48 100644
--- a/.github/workflows/label_when_reviewed_workflow_run.yml
+++ b/.github/workflows/label_when_reviewed_workflow_run.yml
@@ -102,6 +102,7 @@ jobs:
           token: ${{ secrets.GITHUB_TOKEN }}
           label: 'full tests needed'
           require_committers_approval: 'true'
+          remove_label_when_approval_missing: 'false'
           pullRequestNumber: ${{ 
steps.source-run-info.outputs.pullRequestNumber }}
           comment: >
             The PR most likely needs to run full matrix of tests because it 
modifies parts of the core

Reply via email to