Skip to content

Commit

Permalink
chore: fix mergify
Browse files Browse the repository at this point in the history
Signed-off-by: iGxnon <[email protected]>
  • Loading branch information
iGxnon committed Dec 21, 2023
1 parent 5ae2f71 commit 47bcd9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

jobs:
test:
name: Tests
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -31,6 +30,7 @@ jobs:
rustflags: "--cfg madsim",
test: "nextest run --package=simulation",
}
name: Tests ${{ matrix.config.name }}
steps:
- uses: actions/checkout@v4
with:
Expand Down
4 changes: 3 additions & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ pull_request_rules:
- name: Automatic merge on approval
conditions:
- "#approved-reviews-by>=2"
- check-success=Checks
- check-success=Validation
- check-success=Tests Normal
- check-success=Tests Madsim
- check-success=Commit Message Validation
- check-success=Spell Check
- check-success=DCO
Expand Down

0 comments on commit 47bcd9f

Please sign in to comment.