Skip to content

Commit

Permalink
chore: unique action name
Browse files Browse the repository at this point in the history
  • Loading branch information
kobakaku committed Sep 30, 2024
1 parent 66c6d40 commit 5c2bc00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ pull_request_rules:
backport:
branches:
- v2.x
- name: forward-port patches to main branch
- name: forward-port patches to main branch (v1.x)
conditions:
- base=v1.x
- label=forwardport:main
actions:
backport:
branches:
- main
- name: forward-port patches to main branch
- name: forward-port patches to main branch (v2.x)
conditions:
- base=v2.x
- label=forwardport:main
Expand Down

0 comments on commit 5c2bc00

Please sign in to comment.