Skip to content

Commit

Permalink
infra(CI): prepare CI for GitHub merge queues (#3245)
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Nov 6, 2024
1 parent df87d60 commit 69173a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-mergable-by-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- edited
- labeled
- unlabeled
merge_group:

permissions: {}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- next
pull_request:
merge_group:

permissions:
contents: read # to fetch code (actions/checkout)
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: PR

on:
pull_request:
merge_group:

permissions:
contents: read # to fetch code (actions/checkout)
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/semantic-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- opened
- edited
- synchronize
merge_group:

permissions: {}

Expand Down

0 comments on commit 69173a3

Please sign in to comment.