Skip to content

Bump actions/checkout from 5.0.1 to 6.0.2 #5519

Bump actions/checkout from 5.0.1 to 6.0.2

Bump actions/checkout from 5.0.1 to 6.0.2 #5519

Workflow file for this run

name: Label Pull Requests
on:
pull_request_target:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
label-pr:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-22.04
steps:
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
with:
disable-releaser: true
env:
GITHUB_TOKEN: ${{ github.token }}