Update label-duplicates.yml

This commit is contained in:
Austin Huang 2021-03-25 14:41:08 -04:00 committed by GitHub
parent 20619457bb
commit 1289b788a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ jobs:
with:
actions: 'add-labels'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
issue-number: ${{ github.event.comment.body }}
labels: 'duplicate'