ci: fix-labeler (#3317)

This commit is contained in:
Jonathan Ho
2023-12-16 15:48:29 +00:00
committed by GitHub
parent ad48f37646
commit a0e5b4d22f
+2 -1
View File
@@ -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"