yelizariev / leave-a-comment

GitHub Action to leave a comment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
        with:
          issue_number: ${{ github.event.issue.number }}
          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.

About

GitHub Action to leave a comment

License:MIT License


Languages

Language:JavaScript 100.0%