https://github.com/kyoncy/issue-comment-actions
GitHub Action that comment when opening issue.
https://github.com/kyoncy/issue-comment-actions
actions
Last synced: 2 months ago
JSON representation
GitHub Action that comment when opening issue.
- Host: GitHub
- URL: https://github.com/kyoncy/issue-comment-actions
- Owner: kyoncy
- Created: 2020-12-26T10:57:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-26T11:44:26.000Z (over 5 years ago)
- Last Synced: 2025-07-20T01:35:03.348Z (11 months ago)
- Topics: actions
- Language: JavaScript
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# issue-comment-actions
```yml
on:
issues:
types: [opened]
jobs:
greet:
runs-on: ubuntu-latest
name: Issue comment
steps:
- name: issue comment
uses: kyoncy/issue-comment-actions@v1
```