Skip to content

chore(deps): update actions/labeler action to v5 - autoclosed #33

chore(deps): update actions/labeler action to v5 - autoclosed

chore(deps): update actions/labeler action to v5 - autoclosed #33

Workflow file for this run

# Automatically labels PRs based on the configuration file
# you are probably looking for πŸ‘‰ `.github/labeler.yml`
name: Label PRs
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
if: github.repository_owner == 'luxass'
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: true