Skip to content

Add PR review automation #1

Add PR review automation

Add PR review automation #1

name: Copilot review on comment
on:
pull_request_target:
types: [opened]
issue_comment:
types: [created]
jobs:
review:
uses: themegrill/.github/.github/workflows/copilot-review-on-comment.yml@master

Check failure on line 11 in .github/workflows/copilot-review-on-comment.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/copilot-review-on-comment.yml

Invalid workflow file

error parsing called workflow ".github/workflows/copilot-review-on-comment.yml" -> "wpeverest/.github/.github/workflows/copilot-review-on-comment.yml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets:
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}