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.
14 lines
400 B
YAML
14 lines
400 B
YAML
name: backport
|
|
on:
|
|
pull_request_target:
|
|
types: [closed, labeled]
|
|
permissions: read-all
|
|
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 }}
|