Skip to content

Bump actions/labeler from 4 to 5 #142

Bump actions/labeler from 4 to 5

Bump actions/labeler from 4 to 5 #142

Workflow file for this run

name: Auto Labeler - PRs
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
permissions:
pull-requests: write
jobs:
build:
runs-on: [ubuntu-latest]
steps:
- name: Apply Type Label
uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: '' # this is a temporary workaround, see #4844