Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyoncy/issue-comment-actions
GitHub Action that comment when opening issue.
https://github.com/kyoncy/issue-comment-actions
actions
Last synced: about 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-26T11:44:26.000Z (about 4 years ago)
- Last Synced: 2024-12-07T16:41:40.116Z (about 2 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
```