Skip to content

JamesSingleton/leave-a-comment

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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/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. 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.