Add the following to your .github workflow file:
name: Issue Bot
on: [issues, pull_request]
jobs:
issue-bot:
runs-on: ubuntu-latest
steps:
- name: Analyze Issue
uses: mtrezza/github-issue-bot@v1.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}