mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
[Backport release-0.9] ci: simplify backport workflow (#23832)
ci: simplify backport workflow
(cherry picked from commit baebb30e36
)
Co-authored-by: dundargoc <gocdundar@gmail.com>
This commit is contained in:
parent
433ccdfc79
commit
a4097be568
8
.github/workflows/backport.yml
vendored
8
.github/workflows/backport.yml
vendored
@ -8,15 +8,9 @@ jobs:
|
|||||||
contents: write
|
contents: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
name: Backport Pull Request
|
name: Backport Pull Request
|
||||||
if: >
|
if: github.event.pull_request.merged
|
||||||
github.repository_owner == 'neovim' && (
|
|
||||||
github.event_name == 'pull_request_target' &&
|
|
||||||
github.event.pull_request.merged
|
|
||||||
)
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
|
||||||
ref: ${{ github.event.pull_request.head.sha }}
|
|
||||||
- name: Create backport PRs
|
- name: Create backport PRs
|
||||||
uses: korthout/backport-action@v1
|
uses: korthout/backport-action@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user