We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c498a9c commit f203f74Copy full SHA for f203f74
.github/workflows/release.yml
@@ -306,3 +306,9 @@ jobs:
306
comment-id: ${{ steps.found-comment.outputs.comment-id }}
307
body: ${{ steps.comment-text.outputs.result }}
308
edit-mode: 'replace'
309
+ - name: First interaction
310
+
311
+ # Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }} repo-token:
312
+ # Comment to post on an individual's first issue-message: # optional
313
+ # Comment to post on an individual's first pull requespr-message: # optional
314
0 commit comments