Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.79 KB

README.md

File metadata and controls

51 lines (40 loc) · 1.79 KB

Welcome to leave a comment 💬

Version Documentation Maintenance License: MIT

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

Usage

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

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 James Singleton.
This project is MIT licensed.