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 001ea80 commit 23a2abeCopy full SHA for 23a2abe
README.md
@@ -39,7 +39,7 @@ jobs:
39
with:
40
# 0 indicates all history
41
fetch-depth: 0
42
- - uses: nwtgck/actions-comment-run@develop
+ - uses: nwtgck/actions-comment-run@v1.0
43
44
github-token: ${{ secrets.GITHUB_TOKEN }}
45
allowed-associations: '["OWNER"]'
action.yml
@@ -1,5 +1,5 @@
1
name: 'Comment Run Actions'
2
-description: 'Run maintainer comments'
+description: 'Execute comment from issues and pull requests'
3
author: 'Ryo Ota <[email protected]>'
4
inputs:
5
github-token:
0 commit comments