Adding Label commenter

This commit is contained in:
Andre_601 2020-08-12 14:58:04 +02:00 committed by GitHub
parent 7c7025fdbb
commit f3309b76d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
.github/workflows/label_comment.yml vendored Normal file
View File

@ -0,0 +1,24 @@
name: Comment
on:
issues:
types:
- labeled
- unlabeled
pull_request:
types:
- labeled
- unlabeled
jobs:
give_comment:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
with:
ref: master
- name: Send Issue/Pull request comment
uses: peaceiris/actions-label-commenter@v1.5.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}