Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith-2019 committed May 13, 2024
1 parent fda2a7b commit bda3479
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# This mergify configuration is used only for backporting.
# Please read the comments below to correctly configure the branches, labels, etc.
# This mergify configuration is used for backporting only. This setup
# will backport a PR after being approved if it has the label 'backport'.
# Please see the comments below for configuring branches, labels, etc.
#
pull_request_rules:
- name: backport to maintained branches
conditions:
- label=backport # create a label in your project called backport
actions:
backport:
branches: # list branches that backporting can originate from
branches: # the list of branches the pull request should be copied to.
- main
assignees:
- "{{ author }}" # assign PR to the Author of the Backport Instigator
assignees: # assign newly created backport PR to author
- "{{ author }}"
title: "`[BP: {{ destination_branch }} <- #{{ number }}]` {{ title }}"

0 comments on commit bda3479

Please sign in to comment.