Skip to content

Commit

Permalink
fixup! ci: added check for fixup commits
Browse files Browse the repository at this point in the history
ci: add fixup check to high priority queue
  • Loading branch information
frazarshad committed Aug 6, 2024
1 parent 28f293d commit ab12d3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ queue_rules:
- label=proto:expect-breakage
merge_conditions:
- base=master
- or:
- label=bypass:fixup
- check-success=check-fixup-commits
# Require integration tests before merging only
- or:
- label=bypass:integration
Expand Down

0 comments on commit ab12d3b

Please sign in to comment.