fix(plugin): fire on_user_function_end with SUSPENDED on suspension #231
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
| name: AI PR Review | |
| on: | |
| pull_request_target: | |
| types: [opened, synchronize, reopened, ready_for_review] | |
| permissions: {} | |
| jobs: | |
| ai-pr-review: | |
| permissions: | |
| contents: read | |
| id-token: write | |
| pull-requests: write | |
| uses: aws/aws-durable-execution-ci/.github/workflows/ai-pr-review.yml@71259cf476e37255752d8f9445a1a48ec92be1df | |
| with: | |
| prompt-path: .github/prompts/ai-pr-review.md | |
| secrets: inherit |