Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit b6870fe

Browse files
Create greetings.yml
This PR adds a workflow to respond to issues and PR from first-time contributors. The content used can be updated and I'm open to ideas for iteration.
1 parent da1bf94 commit b6870fe

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/greetings.yml

Lines changed: 13 additions & 0 deletions
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: 'Hi :wave:, we welcome all kinds of contributions, please feel free to contribute and/or ask questions.'
13+
pr-message: 'Hi :wave:, we welcome all kinds of contributions, please feel free to contribute and/or ask questions.'

0 commit comments

Comments
 (0)