2023-05-12 14:00:04 +02:00
|
|
|
name: Pull Request Labeler
|
|
|
|
|
2022-11-02 15:43:59 +00:00
|
|
|
on:
|
2023-05-12 14:00:04 +02:00
|
|
|
- pull_request_target
|
|
|
|
|
|
|
|
permissions:
|
|
|
|
contents: read
|
|
|
|
pull-requests: write
|
2022-11-02 15:43:59 +00:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
triage:
|
2023-01-31 14:54:55 +01:00
|
|
|
if: github.actor != 'discourse-translator-bot'
|
2022-11-02 15:43:59 +00:00
|
|
|
runs-on: ubuntu-latest
|
2023-05-12 14:00:04 +02:00
|
|
|
|
2022-11-02 15:43:59 +00:00
|
|
|
steps:
|
2023-12-12 02:27:58 +01:00
|
|
|
- uses: actions/labeler@v5
|
2023-05-12 14:00:04 +02:00
|
|
|
with:
|
|
|
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
2023-10-13 15:40:46 +02:00
|
|
|
sync-labels: true
|