Skip to content

Commit

Permalink
ci: add mergify (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid authored Oct 17, 2023
1 parent f5f0c3c commit 0665b1e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
pull_request_rules:
- name: v1.16 backport
conditions:
- label=v1.16
actions:
backport:
assignees:
- "{{ author }}"
- "@fanatid"
title: "{{ destination_branch }}: {{ title }} (backport of #{{ number }})"
ignore_conflicts: true
branches:
- v1.16

0 comments on commit 0665b1e

Please sign in to comment.