From f9530a1f72cd68534d9fa0acf4a666389dc4f393 Mon Sep 17 00:00:00 2001 From: Docker Agent Date: Tue, 23 Jun 2026 07:42:11 -0400 Subject: [PATCH 1/4] chore: migrate cagent-action to docker-agent-action (v2.0.0) Signed-off-by: Derek Misler --- .github/workflows/pr-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index 1cc06663b899..325ca2bde60d 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -19,7 +19,7 @@ jobs: !contains(github.event.comment.body, '') && !contains(github.event.comment.body, '')) || github.event.workflow_run.conclusion == 'success' - uses: docker/cagent-action/.github/workflows/review-pr.yml@367a30ddb41e0156459d03750f508eac03f3c38a # v1.5.5 + uses: docker/docker-agent-action/.github/workflows/review-pr.yml@3c0fa9d282c3f84d08dfd70ab0a28b151d11db70 # v2.0.0 permissions: contents: read # Read repository files and PR diffs pull-requests: write # Post review comments From 6b78c6a7cda49dbb8a2211f5d7ca80cba947ae68 Mon Sep 17 00:00:00 2001 From: Docker Agent Date: Tue, 23 Jun 2026 21:22:31 +0000 Subject: [PATCH 2/4] fix: remove unnecessary if: bot guard (reusable workflow handles internally) Signed-off-by: Derek Misler --- .github/workflows/pr-review.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index 325ca2bde60d..0074a314126d 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -11,14 +11,6 @@ permissions: jobs: review: - if: | - (github.event_name == 'issue_comment' && - github.event.comment.user.login != 'docker-agent' && - github.event.comment.user.login != 'docker-agent[bot]' && - github.event.comment.user.type != 'Bot' && - !contains(github.event.comment.body, '') && - !contains(github.event.comment.body, '')) || - github.event.workflow_run.conclusion == 'success' uses: docker/docker-agent-action/.github/workflows/review-pr.yml@3c0fa9d282c3f84d08dfd70ab0a28b151d11db70 # v2.0.0 permissions: contents: read # Read repository files and PR diffs From 7a1276ae09eaf2707fd53e219e1df8e0db6e546b Mon Sep 17 00:00:00 2001 From: Docker Agent Date: Tue, 23 Jun 2026 21:22:32 +0000 Subject: [PATCH 3/4] fix: remove if: bot guard from save-context job (reusable workflow handles internally) Signed-off-by: Derek Misler --- .github/workflows/pr-review-trigger.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/pr-review-trigger.yml b/.github/workflows/pr-review-trigger.yml index 983ccd8894f8..c176020256e5 100644 --- a/.github/workflows/pr-review-trigger.yml +++ b/.github/workflows/pr-review-trigger.yml @@ -9,12 +9,6 @@ permissions: {} jobs: save-context: - if: > - github.event.comment.user.login != 'docker-agent' && - github.event.comment.user.login != 'docker-agent[bot]' && - github.event.comment.user.type != 'Bot' && - !contains(github.event.comment.body, '') && - !contains(github.event.comment.body, '') runs-on: ubuntu-latest steps: - name: Save event context From e9d0b9637bcb9ff340b83ca6909bcf3904cec2e1 Mon Sep 17 00:00:00 2001 From: Docker Agent Date: Tue, 23 Jun 2026 23:38:57 +0000 Subject: [PATCH 4/4] chore: bump docker-agent-action to v2.0.1 Signed-off-by: Derek Misler --- .github/workflows/pr-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index 0074a314126d..d2e6a3585541 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -11,7 +11,7 @@ permissions: jobs: review: - 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 permissions: contents: read # Read repository files and PR diffs pull-requests: write # Post review comments