Skip to content

Commit

Permalink
experiment with Merge Queues (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Mar 30, 2023
1 parent b8c8314 commit 97a4471
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Linters
on:
pull_request:
types: [opened, synchronize, reopened]
merge_group:
types: [checks_requested]
push:
branches:
- main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- reopened
- synchronize
- closed
merge_group:
types: [checks_requested]

concurrency: test-${{ github.ref }}

Expand Down

0 comments on commit 97a4471

Please sign in to comment.