A GitHub Action to leave a comment on a PR or an Issue
name: Leave A Comment Example
on:
issues:
types: opened
jobs:
example:
name: Example
runs-on: ubuntu-latest
steps:
- name: Create Example Comment
uses: jamessingleton/[email protected]
with:
issue_number: ${{ github.event.issue.number }}
issue_type: 'issue'
comment: 'Your Comment Here'
token: ${{ secrets.BOT_TOKEN }}
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a ⭐️ if this project helped you!
Copyright © 2020 James Singleton.
This project is MIT licensed.