Skip to content

build: Prepare for release policies/runtime-enforcer-policy #379

build: Prepare for release policies/runtime-enforcer-policy

build: Prepare for release policies/runtime-enforcer-policy #379

Workflow file for this run

name: Auto label
on:
pull_request:
types: [opened, reopened, synchronize, edited]
permissions: {}
jobs:
autolabeler:
# Skip fork PRs — the GITHUB_TOKEN is read-only and cannot add labels
if: github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
permissions:
pull-requests: write
contents: read
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter/autolabeler@ed4bc48ec97379be2258e7b7ac2624a3e26ab809 # v7.4.0
with:
token: ${{ secrets.GITHUB_TOKEN }}