Skip to content

Commit bbe6dbb

Browse files
authored
Create greetings.yml (#295)
1 parent d23de02 commit bbe6dbb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/greetings.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: 'Welcome New Contributors'
2+
3+
on:
4+
issues:
5+
types: [opened]
6+
pull_request_target:
7+
types: [opened]
8+
9+
jobs:
10+
welcome-new-contributor:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: 'Greet the contributor'
14+
uses: garg3133/[email protected]
15+
with:
16+
token: ${{ secrets.GITHUB_TOKEN }}
17+
issue-message: 'Hello @contributor_name, thanks for opening your first issue! your contribution is valuable to us. The maintainers will review this issue and provide feedback as soon as possible.'
18+
pr-message: 'Hello @contributor_name, thanks for opening your first Pull Request. The maintainers will review this Pull Request and provide feedback as soon as possible. Keep up the great work!'

0 commit comments

Comments
 (0)