Skip to content

Commit

Permalink
fixup! ci: added check for fixup commits
Browse files Browse the repository at this point in the history
ci: merge-ready-check
  • Loading branch information
frazarshad committed Aug 6, 2024
1 parent 27e3628 commit 28f293d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-fixup-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
else
echo "Fixup commits found in commit history"
exit 1
fi
fi
3 changes: 3 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,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 28f293d

Please sign in to comment.