This is an automated email from the ASF dual-hosted git repository.
ash pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/master by this push:
new a0b217a Do not remove 'full-tests-needed' when approval missing
(#15175)
a0b217a is described below
commit a0b217ae3de0a180e746e1e2238ede795b47fb23
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Apr 14 13:00:22 2021 +0200
Do not remove 'full-tests-needed' when approval missing (#15175)
---
.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