Skip to content

Add workflow to enforce labels on PRs #19797

Add workflow to enforce labels on PRs

Add workflow to enforce labels on PRs #19797

Workflow file for this run

name: Labeler
on: [pull_request]
permissions:
contents: read
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ github.token }}"