mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
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@v4
|
|
- name: Create backport PRs
|
|
uses: korthout/backport-action@v2
|