Skip to content

Commit

Permalink
Merge #19160
Browse files Browse the repository at this point in the history
19160: gh-actions: check-labels: move to upstream fix r=aabadie a=miri64



Co-authored-by: Martine Lenders <[email protected]>
  • Loading branch information
bors[bot] and miri64 authored Jan 17, 2023
2 parents d6f44f6 + 40fb7fe commit a944789
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ jobs:
check-labels:
runs-on: ubuntu-latest
steps:
- uses: RIOT-OS/[email protected].0
- uses: RIOT-OS/[email protected].1
with:
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'
cond_labels: '(Process: needs >1 ACK,review.approvals>1),(Area: RDM,review.approvals>2)'
missing_approvals_label: 'Process: missing approvals'
pull_request: ${{ github.event.pull_request.number }}

0 comments on commit a944789

Please sign in to comment.