Skip to content

Pull request backport via label

Actions
Backport pull request based on backport label
v1
Latest
Star (1)

backport-action

GitHub Action to backport pull requests.

Put this in your .github/workflows/backport.yml:

name: Backport

on:
  pull_request:
    types:
      - closed
      - labeled

jobs:
  backport:
    runs-on: ubuntu-latest
    name: Backport closed pull request
    steps:
    - uses: syndesisio/backport-action@v1

And for each pull request that needs to be backported to branch <branch> add a backport <branch> label on the pull request.

Pull request backport via label is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Backport pull request based on backport label
v1
Latest

Pull request backport via label is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.