ci: fix labeler workflow (#3303)

* ci: fix labeler workflow

* fix syntax
This commit is contained in:
Awesome Stickz
2023-12-11 21:51:55 +00:00
committed by GitHub
parent e573b24722
commit 0a84f8fbd2
+1 -1
View File
@@ -24,5 +24,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}
NUMBER: ${{ github.event.pull_request.number || github.event.issue.number }}
LABELS: w-unverified