From e3a258ffcb10eac4b67df3d37b661d3f3efcc13a Mon Sep 17 00:00:00 2001 From: s3krit Date: Tue, 16 Jun 2020 13:05:17 +0200 Subject: [PATCH] [CI] Fix autolabel (#1271) Missed the necessary remove-labels from the Label New PRs job --- polkadot/.github/workflows/auto-label-prs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/polkadot/.github/workflows/auto-label-prs.yml b/polkadot/.github/workflows/auto-label-prs.yml index 4446eab4b4..cfa4f302fe 100644 --- a/polkadot/.github/workflows/auto-label-prs.yml +++ b/polkadot/.github/workflows/auto-label-prs.yml @@ -17,3 +17,4 @@ jobs: if: github.event.pull_request.draft == false with: add-labels: 'A0-pleasereview' + remove-labels: 'A3-inprogress'