chore: try this token?

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-01-18 15:09:05 +01:00
parent f44a185ab7
commit 5ca2edfcb9
+1
View File
@@ -82,6 +82,7 @@ jobs:
- uses: actions/github-script@v5
id: fix-labels
with:
github-token: ${{ env.GITHUB_TOKEN }}
script: |
// if it's the author, always add awaiting-review label
const isAuthor = context.payload.pull_request.user.login === context.actor