We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c369e8 commit 5c1976eCopy full SHA for 5c1976e
.github/workflows/first-issue-first-pr.yml
@@ -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