-
Notifications
You must be signed in to change notification settings - Fork 4
25 lines (20 loc) · 1.05 KB
/
greeting.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: Greeting
on: [issues, pull_request_target]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
Hi <b>${{ github.actor }}</b>, Thanks for reporting an issue in our Repository.
If you haven't already, please include relevant information asked for in our templates.
pr-message: |
<img align="right" width=100px height=100px src="https://cdn.discordapp.com/attachments/776153365452554301/786297555415859220/Tech-With-Tim.png">
Hey **${{ github.actor }}**, welcome to the repo for the Tech With Tim CDN.
Please follow the following guidelines while opening a PR:
- Any new or changed endpoints should be thoroughly documented.
- Write and or update tests for your new / updated endpoints.
- All code should be easly readable or commented.
If your code does not meet these requirements your PR will not be accepted.