mirror of
https://github.com/neovim/neovim
synced 2025-07-16 09:11:51 +00:00
ci: bump backport action to version 3
This commit is contained in:
7
.github/workflows/backport.yml
vendored
7
.github/workflows/backport.yml
vendored
@ -14,15 +14,10 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Create backport PR
|
- name: Create backport PR
|
||||||
id: backport
|
id: backport
|
||||||
uses: korthout/backport-action@v2
|
uses: korthout/backport-action@v3
|
||||||
with:
|
with:
|
||||||
pull_title: "${pull_title}"
|
pull_title: "${pull_title}"
|
||||||
label_pattern: "^ci:backport ([^ ]+)$"
|
label_pattern: "^ci:backport ([^ ]+)$"
|
||||||
# https://github.com/korthout/backport-action/pull/399
|
|
||||||
experimental: >
|
|
||||||
{
|
|
||||||
"detect_merge_method": true
|
|
||||||
}
|
|
||||||
|
|
||||||
- if: ${{steps.backport.outputs.was_successful == 'true'}}
|
- if: ${{steps.backport.outputs.was_successful == 'true'}}
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v7
|
||||||
|
Reference in New Issue
Block a user