Skip to content

Commit

Permalink
chore(mergify): enhance mergify (#1865)
Browse files Browse the repository at this point in the history
* chore(mergify): enhance mergify

* fix(mergify): update workflow
  • Loading branch information
seaerchin authored Apr 11, 2024
1 parent 182a636 commit 25d4a91
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 @@ -5,7 +5,7 @@ pull_request_rules:
- check-success~=lint
- check-success~=build
- check-success~=test
- title~=Bump [^\s]+ from ([\d]+)\..+ to \1\.
- -dependabot-update-type = version-update:semver-major
actions:
review:
type: APPROVE
Expand All @@ -18,7 +18,8 @@ pull_request_rules:
- check-success~=lint
- check-success~=build
- check-success~=test
- title~=^\[Snyk\]
- title~=^\[Snyk\]]
- base = develop
actions:
review:
type: APPROVE
Expand Down

0 comments on commit 25d4a91

Please sign in to comment.