Skip to content

Commit

Permalink
ci(Mergify): configuration update (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanle authored Dec 5, 2024
1 parent ea49917 commit 74e80ac
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
pull_request_rules:
- name: v0.1 feature-keygen backport
conditions:
- label=v0.1
- label=feature-keygen
actions:
backport:
assignees:
- "{{ merged_by|replace('mergify[bot]', label|select('equalto',
'community')|first|default(author)|replace('community',
'@kuglabs/core-team')) }}"
ignore_conflicts: true
labels:
- feature-keygen
branches:
- v0.1
- name: Set automerge label on mergify backport PRs
conditions:
- author=mergify[bot]
- head~=^mergify/bp/
- "#status-failure=0"
- -merged
- label!=no-automerge
actions:
label:
add:
- automerge
- name: Label Mergify Stacks PRs
description: Pull requests that are part of a Mergify stack should be labeled as such
conditions:
Expand Down

0 comments on commit 74e80ac

Please sign in to comment.