Skip to content

[github] bumps actions/checkout to v4 and actions/labeler to v5 #469

[github] bumps actions/checkout to v4 and actions/labeler to v5

[github] bumps actions/checkout to v4 and actions/labeler to v5 #469

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request:
branches: [ main ]
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"