Skip to content

Commit 5c1976e

Browse files
authored
Create a workflow for first issue/pr.
1 parent 7c369e8 commit 5c1976e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
- name: First interaction
2+
uses: actions/[email protected]
3+
with:
4+
# Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }}
5+
repo-token:
6+
# Comment to post on an individual's first issue
7+
issue-message: Thanks for opening your first issue! :) # optional
8+
# Comment to post on an individual's first pull request
9+
pr-message: Thanks for creating your first PR! :) # optional

0 commit comments

Comments
 (0)