mirror of https://github.com/fluxcd/flux2.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
378 B
YAML
13 lines
378 B
YAML
name: backport
|
|
on:
|
|
pull_request_target:
|
|
types: [closed, labeled]
|
|
jobs:
|
|
backport:
|
|
permissions:
|
|
contents: write # for reading and creating branches.
|
|
pull-requests: write # for creating pull requests against release branches.
|
|
uses: fluxcd/gha-workflows/.github/workflows/backport.yaml@v0.3.0
|
|
secrets:
|
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|