Skip to content

Commit

Permalink
fix: add more checks to mergify
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshTheWanderer committed Sep 19, 2023
1 parent 2d5e1f3 commit 9dd43e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ pull_request_rules:
- name: Auto-merge when checks pass and reviews are approved
conditions:
- and:
- author~=!^dependabot(|-preview)\[bot\]$
- label!=wontfix
- check-success=build
- check-success=lint
- check-success=test
- check-success=SonarCloud Code Analysis
- "#changes-requested-reviews-by=0"
- "#approved-reviews-by>=1"
Expand All @@ -16,6 +17,8 @@ pull_request_rules:
- author~=^dependabot(|-preview)\[bot\]$
- label!=wontfix
- check-success=build
- check-success=lint
- check-success=test
- check-success=SonarCloud Code Analysis
actions:
review:
Expand Down

0 comments on commit 9dd43e0

Please sign in to comment.