mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-22 14:47:29 +00:00
Update label-duplicates.yml
This commit is contained in:
parent
1289b788a9
commit
2e6aab041a
4
.github/workflows/label-duplicates.yml
vendored
4
.github/workflows/label-duplicates.yml
vendored
@ -7,12 +7,12 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
add-labels:
|
add-labels:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: contains(github.event.issue.body, 'Duplicate of') == true
|
if: contains(github.event.comment.body, 'Duplicate of') == true
|
||||||
steps:
|
steps:
|
||||||
- name: Add labels
|
- name: Add labels
|
||||||
uses: actions-cool/issues-helper@v2.2.1
|
uses: actions-cool/issues-helper@v2.2.1
|
||||||
with:
|
with:
|
||||||
actions: 'add-labels'
|
actions: 'add-labels'
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
issue-number: ${{ github.event.comment.body }}
|
issue-number: ${{ github.event.issue.number }}
|
||||||
labels: 'duplicate'
|
labels: 'duplicate'
|
||||||
|
Loading…
Reference in New Issue
Block a user