Skip to content

Bump korthout/backport-action from 4.3.0 to 4.5.0 #25

Bump korthout/backport-action from 4.3.0 to 4.5.0

Bump korthout/backport-action from 4.3.0 to 4.5.0 #25

Workflow file for this run

name: Backport
on:
pull_request_target:
types: [closed, labeled]
jobs:
backport:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v 6.0.2
- name: Backport
uses: korthout/backport-action@7c3f6cd5843cac11bc59a04a1b7699af93261670 # v4.5.0
with:
github_token: ${{ secrets.GH_PAT }}