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
- Host: GitHub
- URL: https://github.com/jamessingleton/leave-a-comment
- Owner: JamesSingleton
- License: mit
- Created: 2020-05-29T04:50:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T17:31:54.000Z (over 1 year ago)
- Last Synced: 2025-03-16T03:33:08.059Z (9 months ago)
- Topics: comment, github, github-action, github-action-javascript, github-actions, github-actions-javascript, github-actions-nodejs, hacktoberfest, javascript, leave-comment
- Language: JavaScript
- Homepage:
- Size: 155 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Welcome to leave a comment 💬
> 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.