DEV: Don't run 'labeler' GitHub Action for translator-bot

It's not needed and confusing when PRs created by discourse-translator-bot have the "chat" label.
This commit is contained in:
Gerhard Schlager 2023-01-31 14:54:55 +01:00 committed by Gerhard Schlager
parent 50f8a51923
commit 49916b0a0c

View File

@ -9,6 +9,7 @@ permissions:
jobs:
triage:
if: github.actor != 'discourse-translator-bot'
runs-on: ubuntu-latest
steps: