Skip to content

Commit 46ac722

Browse files
authored
Create greetings.yml
1 parent 91cb907 commit 46ac722

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/greetings.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Greetings
2+
3+
on: [pull_request, issues]
4+
5+
jobs:
6+
greeting:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/first-interaction@v1
10+
with:
11+
repo-token: ${{ secrets.GITHUB_TOKEN }}
12+
issue-message: 'I''m glad you find this repository helpful. I''ll try to address your issue ASAP. You can watch the repo for new changes or star it.'
13+
pr-message: 'I appreciate your effort to create this PR. I would try to check it on priority. It is always good to specify the purpose of PR and following the guidelines to reduce the conversations'

0 commit comments

Comments
 (0)