FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

JamesSingleton/leave-a-comment: GitHub Action to leave a comment · GitHub

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

Welcome to leave a comment 💬

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.

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL