Skip to content

Bump actions/labeler from 5 to 6 #6

Bump actions/labeler from 5 to 6

Bump actions/labeler from 5 to 6 #6

Workflow file for this run

# This workflow will triage pull request and aplly a label based on path
name: Labeler
on: [pull_request_target]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v6
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"