Skip to content

Replace workflow run ID with URL in detective/fixer agent context #159

Replace workflow run ID with URL in detective/fixer agent context

Replace workflow run ID with URL in detective/fixer agent context #159

# This file is auto-generated by scripts/dogfood.sh. Do not edit directly.
# Edit gh-agent-workflows/estc-docs-pr-review/example.yml and run 'make compile' to regenerate.
name: Trigger Estc Docs PR Review
on:
issue_comment:
types: [created]
permissions:
contents: read
issues: read
pull-requests: write
checks: read
actions: read
jobs:
run:
if: >-
github.event.issue.pull_request != null &&
startsWith(github.event.comment.body, '/docs-review')
uses: ./.github/workflows/gh-aw-estc-docs-pr-review.lock.yml
with:
allowed-bot-users: "github-actions[bot],copilot"
intensity: aggressive
minimum_severity: nitpick
secrets:
COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }}