-
-
Notifications
You must be signed in to change notification settings - Fork 0
25 lines (23 loc) · 1.18 KB
/
greetings.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
on:
fork:
push:
issues:
types: [ opened ]
issue_comment:
types: [ created ]
pull_request_target:
types: [ opened ]
pull_request_review_comment:
types: [ created ]
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
# This GitHub action uses the action from EddieHubCommunity/gh-action-community, Thanks for Eddie
- uses: EddieHubCommunity/gh-action-community/src/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: '<h1>It''s great having you contribute to this project</h1> Thank you for raising an <strong>Issue</strong>, Welcome to <strong>Project Guidance</strong>'
pr-message: '<h1>It''s great having you contribute to this project</h1> Thank you for opening a <strong>Pull Request</strong>, Welcome to <strong>Project Guidance</strong>'
footer: 'We will review everything and get back to you, Please checkout our <a href="https://github.com/Kushal997-das/Project-Guidance/blob/main/CONTRIBUTING.md">CONTRIBUTING RULES</a> and <a href="https://github.com/Kushal997-das/Project-Guidance/blob/main/CODE_OF_CONDUCT.md">CODE OF CONDUCT</a>, Thanks :smiley:'