Skip to content

Bump actions/labeler from 5.0.0.pre.alpha.1 to 5 #4

Bump actions/labeler from 5.0.0.pre.alpha.1 to 5

Bump actions/labeler from 5.0.0.pre.alpha.1 to 5 #4

Workflow file for this run

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