mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
a4097be568
ci: simplify backport workflow
(cherry picked from commit baebb30e36
)
Co-authored-by: dundargoc <gocdundar@gmail.com>
17 lines
376 B
YAML
17 lines
376 B
YAML
name: Backport
|
|
on:
|
|
pull_request_target:
|
|
types: [closed, labeled]
|
|
jobs:
|
|
backport:
|
|
permissions:
|
|
contents: write
|
|
pull-requests: write
|
|
name: Backport Pull Request
|
|
if: github.event.pull_request.merged
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- name: Create backport PRs
|
|
uses: korthout/backport-action@v1
|