Skip to content

Commit

Permalink
ci: workflows: make check-lables run on merge_group
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Nov 8, 2023
1 parent c5a884c commit 1a289e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
types: [opened, reopened, labeled, unlabeled, synchronize]
pull_request_review:
types: [submitted, dismissed]
merge_group:
jobs:
check-labels:
runs-on: ubuntu-latest
steps:
- uses: RIOT-OS/[email protected]
- if: github.event_name != 'merge_group'
uses: RIOT-OS/[email protected]
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'
Expand Down

0 comments on commit 1a289e9

Please sign in to comment.