Browse Source
Update label-duplicates.yml
renovate/org.robolectric-robolectric-4.x
Austin Huang
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/label-duplicates.yml
|
@ -14,5 +14,5 @@ jobs: |
|
|
with: |
|
|
with: |
|
|
actions: 'add-labels' |
|
|
actions: 'add-labels' |
|
|
token: ${{ secrets.GITHUB_TOKEN }} |
|
|
token: ${{ secrets.GITHUB_TOKEN }} |
|
|
issue-number: ${{ github.event.issue.number }} |
|
|
|
|
|
|
|
|
issue-number: ${{ github.event.comment.body }} |
|
|
labels: 'duplicate' |
|
|
labels: 'duplicate' |