Skip to content

Commit

Permalink
ci(mergify): Add check for pull request title (#1430)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoffan authored Sep 21, 2021
1 parent 8b6aff7 commit 8964227
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pull_request_rules:
- status-success=Travis CI - Pull Request
- label=ready-to-merge
- label!=do-not-merge
- title~=^(build|ci|chore|docs|feat|fix|perf|refactor|revert|style|test)(\([^)]+\))?:\s.+$
actions:
merge:
method: squash
Expand Down

0 comments on commit 8964227

Please sign in to comment.