TRUNK-6713: Switch to saner DaemonThread protection scheme #467
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
| # On-demand PR review by Claude, invoked by commenting "@claude review" on a PR. | |
| # The logic lives in a shared reusable workflow so every OpenMRS repo stays in | |
| # sync; see openmrs/openmrs-contrib-gha-workflows. Tracking @main while the | |
| # reusable is still being refined, so changes flow through without editing this | |
| # file; this will be pinned to a @v1 tag once it stabilises. The defaults | |
| # (model, effort, turn budget) live there; override via `with:` if needed. | |
| name: Claude PR Review | |
| on: | |
| issue_comment: | |
| types: [created] | |
| jobs: | |
| review: | |
| uses: openmrs/openmrs-contrib-gha-workflows/.github/workflows/claude-pr-review.yml@main | |
| secrets: inherit | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| issues: write | |
| id-token: write |