-
-
Notifications
You must be signed in to change notification settings - Fork 747
13 lines (11 loc) · 754 Bytes
/
greetings.yml
File metadata and controls
13 lines (11 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hi 😄, thanks for creating your first issue at AWESOME-JAVASCRIPT-PROJECTS, do read and follow the [Code of Conduct](https://github.com/Vishal-raj-1/Awesome-JavaScript-Projects/blob/main/CODE_OF_CONDUCT.md) and the [Contribution Guidelines](https://github.com/Vishal-raj-1/Awesome-JavaScript-Projects/blob/main/CONTRIBUTING.md) while contributing.'
pr-message: 'Thank you for your pull request and welcome to our community! We will be getting back to you soon . Your patience will be greatly appreciated!Thanks! 🥳'