1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

check-pr.yml: Fail when State: waiting for CI update is set

This commit is contained in:
Martine Lenders 2022-12-08 17:24:56 +01:00
parent fd5a6de2e9
commit c27ec66629
No known key found for this signature in database
GPG Key ID: 2134D77A5336DD80

View File

@ -11,7 +11,7 @@ jobs:
- uses: RIOT-OS/check-labels-action@v1.0.0
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
unset_labels: 'CI: needs squashing,State: waiting for other PR,Process: blocked by feature freeze'
unset_labels: 'CI: needs squashing,State: waiting for CI update,State: waiting for other PR,Process: blocked by feature freeze'
cond_labels: '(Process: needs >1 ACK,review.approvals>1),(Area: RDM,review.approvals>2)'
check-commits:
runs-on: ubuntu-latest