Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```