discourse/.github/workflows/labeler.yml
dependabot[bot] d716c01d16
Build(deps): Bump actions/labeler from 5 to 6 (#34761)
Bumps [actions/labeler](https://github.com/actions/labeler) from 5 to 6.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](https://github.com/actions/labeler/compare/v5...v6)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-15 17:58:31 +02:00

20 lines
454 B
YAML

name: Pull Request Labeler
on:
- pull_request_target
permissions:
contents: read
pull-requests: write
issues: write # Needed for labeler to add labels to PRs: https://github.com/orgs/community/discussions/156181
jobs:
triage:
if: github.actor != 'discourse-translator-bot'
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: true