mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
gh-actions: check-labels: move to upstream fix
This commit is contained in:
parent
d6f44f6206
commit
40fb7fef32
3
.github/workflows/check-labels.yml
vendored
3
.github/workflows/check-labels.yml
vendored
@ -8,9 +8,10 @@ jobs:
|
|||||||
check-labels:
|
check-labels:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: RIOT-OS/check-labels-action@v1.1.0
|
- uses: RIOT-OS/check-labels-action@v1.1.1
|
||||||
with:
|
with:
|
||||||
access_token: ${{ secrets.GITHUB_TOKEN }}
|
access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
unset_labels: 'CI: needs squashing,State: waiting for CI update,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)'
|
cond_labels: '(Process: needs >1 ACK,review.approvals>1),(Area: RDM,review.approvals>2)'
|
||||||
missing_approvals_label: 'Process: missing approvals'
|
missing_approvals_label: 'Process: missing approvals'
|
||||||
|
pull_request: ${{ github.event.pull_request.number }}
|
||||||
|
Loading…
Reference in New Issue
Block a user