Skip to content

Commit

Permalink
Merge pull request #49 from JohnStrunk/mergify-rules
Browse files Browse the repository at this point in the history
Explicitly specify workflow success before merge
  • Loading branch information
mergify[bot] authored May 3, 2024
2 parents a798acf + 0edac31 commit 70c7547
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ pull_request_rules:
- "#approved-reviews-by>=1"
- "#changes-requested-reviews-by=0"
- label!=do-not-merge
# Branch protection rules are automatically enforced by GitHub/Mergify and
# need not be repeated here
- check-success=CI Workflow - Success
actions:
queue:
merge_method: merge
Expand All @@ -22,6 +21,7 @@ pull_request_rules:
- author=renovate-bot # Renovate bot - dependency updates
- "#changes-requested-reviews-by=0"
- label!=do-not-merge
- check-success=CI Workflow - Success
actions:
queue:
merge_method: merge
Expand All @@ -32,3 +32,4 @@ queue_rules:
- base=main
- "#changes-requested-reviews-by=0"
- label!=do-not-merge
- check-success=CI Workflow - Success

0 comments on commit 70c7547

Please sign in to comment.