-
Notifications
You must be signed in to change notification settings - Fork 1
39 lines (36 loc) · 1.04 KB
/
mergify.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
pull_request_rules:
- name: Approve and merge non-major version dependabot upgrades
conditions:
- author~=^dependabot\[bot\]$
- -dependabot-update-type = version-update:semver-major
actions:
review:
type: APPROVE
merge:
method: squash
- name: Approve and merge Snyk.io upgrades
conditions:
- author=isomeradmin
- title~=^\[Snyk\]
- base = develop
actions:
review:
type: APPROVE
merge:
method: squash
- name: Automatically mark a PR as draft if [WIP] is in the title
conditions:
- title~=(?i)\[wip\]
actions:
edit:
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