-
Notifications
You must be signed in to change notification settings - Fork 35
31 lines (25 loc) · 889 Bytes
/
PR.yaml
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
26
27
28
29
30
31
name: 'Greetings'
on:
fork:
push:
branches: [main]
issues:
types: [opened]
pull_request_target:
types: [opened]
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: EddieHubCommunity/gh-action-community/src/welcome@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
Hello @${{ github.actor }},
Thanks for creating this issue and contributing to Hairify!
We will review your issue soon and provide feedback.
pr-message: |
Awesome work, @${{ github.actor }}! 🎉 Thank you for your contribution and efforts to enhance Hairify.
We will review your changes soon and provide feedback.
footer: 'Please ensure that you have followed the contributing guidelines for a smooth review process.'