-
-
Notifications
You must be signed in to change notification settings - Fork 153
16 lines (14 loc) · 1.05 KB
/
welcome.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: Welcome/Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "<h1>It's great having you contribute to this Project</h1> Thank you for noticing & notifying us for this issue in Sukoon. 🤓<br/>If you would like to keep contributing to open-source, you can check out the other projects by <b>Susmita Dey</b> <a href='https://github.com/Susmita-Dey?tab=repositories&q=&type=source&language=&sort='>here</a><br/> Any questions, let us know. 🤓"
pr-message: "<h1>It's great having you contribute to this project</h1> Thank you for your first pull request to Sukoon. 🤓 <br/> If you would like to keep contributing to open-source, you can check out the other projects by <b>Susmita Dey</b> <a href='https://github.com/Susmita-Dey?tab=repositories&q=&type=source&language=&sort='>here</a><br/> Any questions, let us know. 🤓"