[CI] Fix autolabel (#1271)

Missed the necessary remove-labels from the Label New PRs job
This commit is contained in:
s3krit
2020-06-16 13:05:17 +02:00
committed by GitHub
parent b0b43f8eed
commit e3a258ffcb
+1
View File
@@ -17,3 +17,4 @@ jobs:
if: github.event.pull_request.draft == false
with:
add-labels: 'A0-pleasereview'
remove-labels: 'A3-inprogress'