Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): enhance mergify #1245

Merged
merged 3 commits into from
Apr 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading