1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

[CI skip] Another test

This commit is contained in:
TheBusyBiscuit 2020-04-26 16:04:14 +02:00 committed by GitHub
parent 38eef9da86
commit d3cbdb677d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@ on:
jobs:
comment:
runs-on: ubuntu-latest
if: contains(github.event.issue.comment, 'test')
if: contains(github.event.comment.body, 'Duplicate of ')
steps:
- name: Add label to the Issue
uses: maxkomarychev/octions/octions/issues/add-labels@master
with:
token: ${{ secrets.ACCESS_TOKEN }}
issue_number: ${{ github.event.issue.number }}
issue_number: ${{ github.event.comment.number }}
labels: 'Duplicate'