Skip to content

Bump actions/upload-pages-artifact from 4.0.0 to 5.0.0 in the action-updates group across 1 directory #5

Bump actions/upload-pages-artifact from 4.0.0 to 5.0.0 in the action-updates group across 1 directory

Bump actions/upload-pages-artifact from 4.0.0 to 5.0.0 in the action-updates group across 1 directory #5

Workflow file for this run

name: Check-backport
on:
pull_request_target:
types: ["closed", "labeled"]
permissions:
contents: write
pull-requests: write
jobs:
backport:
if: ${{ github.event.pull_request.merged }}
uses: WrenSecurity/.github/.github/workflows/backport-prepare.yml@main
with:
event: ${{ github.event.action }}
label: ${{ github.event.action == 'labeled' && github.event.label.name || '' }}
pull_request: ${{ toJSON(github.event.pull_request) }}
backport_app_id: ${{ vars.BACKPORT_APP_ID }}
secrets:
backport_app_key: ${{ secrets.BACKPORT_APP_KEY }}