mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
ci: fix-labeler (#3317)
This commit is contained in:
@@ -15,9 +15,10 @@ jobs:
|
||||
- uses: fuxingloh/multi-labeler@v2
|
||||
with:
|
||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||
|
||||
|
||||
w_unverified_labeler:
|
||||
name: Add w-unverified Label
|
||||
if: ${{ !(github.event_name == 'pull_request_target' && (github.event.action == 'edited' || github.event.action == 'synchronize')) }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: gh issue edit "$NUMBER" --add-label "$LABELS"
|
||||
|
||||
Reference in New Issue
Block a user