Skip to content

chore(deps): update sorenlouv/backport-github-action action to v10.4.0 (master) #3462

chore(deps): update sorenlouv/backport-github-action action to v10.4.0 (master)

chore(deps): update sorenlouv/backport-github-action action to v10.4.0 (master) #3462

Workflow file for this run

name: Automatic backport action
on:
pull_request_target:
types: ["labeled", "closed"]
branches-ignore:
- v8.19
- v9.2
- v9.3
- v9.4
jobs:
backport:
name: Backport PR
if: github.event.pull_request.merged == true && !(contains(github.event.pull_request.labels.*.name, 'backport'))
runs-on: ubuntu-latest
steps:
- name: Backport Action
uses: sorenlouv/backport-github-action@d196c79a9f42bd678494bd1e42159a720f968821 # v10.4.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Info log
if: ${{ success() }}
run: cat ~/.backport/backport.info.log
- name: Debug log
if: ${{ failure() }}
run: cat ~/.backport/backport.debug.log