Browse Source

Update label-duplicates.yml

renovate/org.robolectric-robolectric-4.x
Austin Huang 4 years ago
committed by GitHub
parent
commit
1289b788a9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/label-duplicates.yml

2
.github/workflows/label-duplicates.yml

@ -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'
Loading…
Cancel
Save