Merge pull request #15744 from aabadie/pr/ci/gh_actions_block_feature_freeze

ci/check-labels: fail for PR blocked by feature freeze label
This commit is contained in:
Marian Buschsieweke 2021-01-12 11:19:58 +01:00 committed by GitHub
commit ca34879a91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'
unset_labels: 'CI: needs squashing,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