From c27ec66629e604cdff61311a8fbd1aec15bad81e Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Thu, 8 Dec 2022 17:24:56 +0100 Subject: [PATCH] check-pr.yml: Fail when `State: waiting for CI update` is set --- .github/workflows/check-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-pr.yml b/.github/workflows/check-pr.yml index 4c12e0bc60..1c7569b2f0 100644 --- a/.github/workflows/check-pr.yml +++ b/.github/workflows/check-pr.yml @@ -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