Skip to content

GitHub Bot Auto-Answer

Actions

About

Auto answer to issues and PRs
v1.0.1
Latest
Star (2)

Tags

 (1)

GH Auto-Answer Bot

A reusable GitHub Action for auto-responding to issues and pull requests.

Usage

jobs:
  message:
    runs-on: ubuntu-22.04
    permissions:
      issues: write
      pull-requests: write
    steps:
      - name: Run Auto-Responder
        uses: jmaxdev/automatic-answer@v1
        with:
          token: ${{ secrets.GITHUB_TOKEN }}
          personal_token: ${{ secrets.PERSONAL_ACCESS_TOKEN || '' }}
          use_personal_token: ${{ secrets.PERSONAL_ACCESS_TOKEN != '' }}
          issue_comment: "Thank you for creating this issue! Our team will review it soon."
          pr_comment: "Thank you for your PR! We will review it shortly."
          add_labels: false

check the action.yml for more 'with' fields.

GitHub Bot Auto-Answer is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Auto answer to issues and PRs
v1.0.1
Latest

Tags

 (1)

GitHub Bot Auto-Answer is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.