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

https://github.com/jamessingleton/leave-a-comment

GitHub Action to leave a comment
https://github.com/jamessingleton/leave-a-comment

comment github github-action github-action-javascript github-actions github-actions-javascript github-actions-nodejs hacktoberfest javascript leave-comment

Last synced: 8 months ago
JSON representation

GitHub Action to leave a comment

Awesome Lists containing this project

README

          

Welcome to leave a comment 💬



Version

Documentation


Maintenance


License: MIT

> A GitHub Action to leave a comment on a PR or an Issue

## Usage

```yml
name: Leave A Comment Example

on:
issues:
types: opened

jobs:
example:
name: Example
runs-on: ubuntu-latest
steps:
- name: Create Example Comment
uses: jamessingleton/leave-a-comment@v1.0.0
with:
issue_number: ${{ github.event.issue.number }}
issue_type: 'issue'
comment: 'Your Comment Here'
token: ${{ secrets.BOT_TOKEN }}
```

## 🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/JamesSingleton/leave-a-comment/issues). You can also take a look at the [contributing guide](https://github.com/JamesSingleton/leave-a-comment/blob/master/CONTRIBUTING.md).

## Show your support

Give a ⭐️ if this project helped you!

## 📝 License

Copyright © 2020 [James Singleton](https://github.com/JamesSingleton).

This project is [MIT](https://github.com/JamesSingleton/leave-a-comment/blob/master/LICENSE) licensed.