-
Notifications
You must be signed in to change notification settings - Fork 9
17 lines (17 loc) · 860 Bytes
/
comment.yml
File metadata and controls
17 lines (17 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: Auto Comment
on: [issues, pull_request]
jobs:
run:
runs-on: ubuntu-latest
steps:
-
if: github.event.pull_request.head.repo.full_name == github.repository
uses: wow-actions/auto-comment@v1.1.2
with:
GITHUB_TOKEN: ${{ secrets.API_TOKEN_GITHUB }}
issuesOpened: |
👋 @{{ author }}
Thank you for raising an issue! Please make sure you have given as much context as possible. Screenshots are appreciated!
pullRequestOpened: |
👋 @{{ author }}
Thank you for raising your pull request. Please make sure you have followed our contributing guidelines. If you haven't done so in your commits, please reference the issue numbers as well as the time you spent on this in the comments below so we can track time. example `fixed button #1001 3h`