mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 08:57:10 -06:00
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:
parent
50f8a51923
commit
49916b0a0c
1
.github/workflows/labeler.yml
vendored
1
.github/workflows/labeler.yml
vendored
@ -9,6 +9,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
triage:
|
||||
if: github.actor != 'discourse-translator-bot'
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user