Skip to content

Commit

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

* chore(mergify): dup rule from fe

* refactor(mergify): automerge all non-major updates
  • Loading branch information
seaerchin authored Apr 8, 2024
1 parent 8e160c8 commit d324c3b
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ pull_request_rules:
conditions:
- author~=^dependabot\[bot\]$
- check-success~=lint
- check-success~=build
- check-success~=test
- title~=bump [^\s]+ from ([\d]+)\..+ to \1\.
- -dependabot-update-type = version-update:semver-minor
actions:
review:
type: APPROVE
Expand All @@ -16,7 +17,8 @@ pull_request_rules:
- author=snyk-bot
- check-success~=lint
- check-success~=test
- title~=^\[Snyk\]
- title~=^\[Snyk\]]
- base = develop
actions:
review:
type: APPROVE
Expand All @@ -34,4 +36,15 @@ pull_request_rules:
- title~=(?i)\[wip\]
actions:
edit:
draft: True
draft: True

- name: Ping Isomer members for stale open PRs (>1 month since last activity)
conditions:
- updated-at<30 days ago
- -closed
actions:
request_reviews:
teams:
- "@isomerpages/iso-engineers"
comment:
message: This pull request has been stale for more than 30 days! Could someone please take a look at it @isomerpages/iso-engineers

0 comments on commit d324c3b

Please sign in to comment.