Skip to content

Bump actions/github-script from 7.0.1 to 8.0.0 #7881

Bump actions/github-script from 7.0.1 to 8.0.0

Bump actions/github-script from 7.0.1 to 8.0.0 #7881

Workflow file for this run

name: Backport
on:
pull_request_target:
types:
- closed
- labeled
permissions:
contents: read
jobs:
backport:
env:
BACKPORT_TOKEN: ${{ secrets.BACKPORT_TOKEN }}
permissions:
pull-requests: write
runs-on: ubuntu-latest
name: Backport
steps:
- name: Harden Runner
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
with:
disable-sudo-and-containers: true
egress-policy: block
allowed-endpoints: >
api.github.com:443
github.com:443
- name: Backport Bot
id: backport
uses: m-kuhn/backport@7f3cab83e4b3b26aefcffda21851c3dc3d389f45 #v1.2.7
with:
github_token: ${{ env.BACKPORT_TOKEN }}