chore: migrate to docker-agent-action v2.0.1

- Bump docker-agent-action to v2.0.1 (e96a4bb)
- Add review_requested to pr-review-trigger.yml pull_request types

Signed-off-by: Docker Agent <svc-github-docker-agent@docker.com>
This commit is contained in:
Docker Agent 2026-06-24 11:51:51 +00:00
parent 899e88475a
commit ff3087c0ce
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
name: PR Review - Trigger
on:
pull_request:
types: [ready_for_review, opened]
types: [ready_for_review, opened, review_requested]
pull_request_review_comment:
types: [created]

View file

@ -14,7 +14,7 @@ jobs:
if: |
github.event_name == 'issue_comment' ||
github.event.workflow_run.conclusion == 'success'
uses: docker/docker-agent-action/.github/workflows/review-pr.yml@3c0fa9d282c3f84d08dfd70ab0a28b151d11db70 # v2.0.0
uses: docker/docker-agent-action/.github/workflows/review-pr.yml@e96a4bb40cac114f64358621e1d08346c8eadc8c # v2.0.1
# Scoped to the job so other jobs in this workflow aren't over-permissioned
permissions:
contents: read # Read repository files and PR diffs