Replace workflow run ID with URL in detective/fixer agent context #159
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 }} |