discourse/.github/workflows/labeler.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
338 B
YAML
Raw Normal View History

2023-05-12 20:00:04 +08:00
name: Pull Request Labeler
on:
2023-05-12 20:00:04 +08:00
- pull_request_target
permissions:
contents: read
pull-requests: write
jobs:
triage:
if: github.actor != 'discourse-translator-bot'
runs-on: debian-12
2023-05-12 20:00:04 +08:00
steps:
- uses: actions/labeler@v5
2023-05-12 20:00:04 +08:00
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: true