Skip to content

Bump actions/cache from 5.0.2 to 5.0.3 #5533

Bump actions/cache from 5.0.2 to 5.0.3

Bump actions/cache from 5.0.2 to 5.0.3 #5533

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@6db134d15f3909ccc9eefd369f02bd1e9cffdf97 # v6.2.0
with:
disable-releaser: true
env:
GITHUB_TOKEN: ${{ github.token }}