Skip to content

build(deps): bump docker/docker-agent-action/.github/workflows/review-pr.yml from 2.0.6 to 2.0.7 - #3441

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/docker/docker-agent-action/dot-github/workflows/review-pr.yml-2.0.7
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/docker/docker-agent-action/dot-github/workflows/review-pr.yml-2.0.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 15, 2026

Copy link
Copy Markdown
Contributor

Bumps docker/docker-agent-action/.github/workflows/review-pr.yml from 2.0.6 to 2.0.7.

Release notes

Sourced from docker/docker-agent-action/.github/workflows/review-pr.yml's releases.

v2.0.7

What's Changed

Bug fixes

  • fix: "Review incomplete" regression (concurrent transfer_task race) — Fixes the ~19% "Review incomplete" spike introduced in v2.0.6. When the root agent emitted multiple transfer_task calls in one LLM response, docker-agent's parallel tool dispatcher raced on the shared current-agent pointer, causing validation to fail with Agent drafter cannot transfer task to drafter: target agent not in sub-agents list. Two complementary mitigations:

    • parallel_tool_calls: false on the sonnet model config (API-level guarantee — the model never returns two tool calls in one response)
    • "Sequential delegation (REQUIRED)" prompt instruction (defense-in-depth — one transfer_task per response, wait for the result before the next chunk)
  • fix: false LGTM fallback replaced with incomplete-run notice — When a transfer_task delegation failed, the post-summary defense-in-depth fallback was posting a synthetic "No issues found — LGTM" review, masking a broken pipeline as an approval. Replaced with an explicit ⚠️ Review did not complete notice. The transfer_task failure path in pr-review.yaml is also made unambiguous: on any delegation error, post the incomplete-review COMMENT immediately and stop (no self-reviewing by reading diff files directly).

  • fix: review timeout bumped 2700 → 3600 s — Sequential chunk delegation takes longer than batched on 4-6 chunk PRs. Budget increased from 45 to 60 min; job timeout-minutes 60 → 75; lock TTL 3600 → 4500 s.

Other changes

Full Changelog: docker/docker-agent-action@v2.0.6...v2.0.7

Commits
  • bd672e0 release: v2.0.7
  • a9f5192 release(temp): pin self-refs to 6c6a1cd796450f34c8e7a03513f5077431df323c for ...
  • 6c6a1cd release(prep): stage dist/ for v2.0.7
  • 8048e1d fix(review-pr): replace false LGTM fallback; harden transfer_task failure pat...
  • 465882a fix: disable parallel tool calls in pr-review; bump docker-agent to v1.131.0 ...
  • 3e2a349 chore: update Docker Agent to v1.136.0 (#105)
  • dbc8fc6 chore: removes .github/workflows/update-consumers.yml (#106)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…-pr.yml

Bumps [docker/docker-agent-action/.github/workflows/review-pr.yml](https://github.com/docker/docker-agent-action) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/docker/docker-agent-action/releases)
- [Commits](docker/docker-agent-action@4dcb32a...bd672e0)

---
updated-dependencies:
- dependency-name: docker/docker-agent-action/.github/workflows/review-pr.yml
  dependency-version: 2.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 15, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #3443.

@dependabot dependabot Bot closed this Sep 21, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/docker/docker-agent-action/dot-github/workflows/review-pr.yml-2.0.7 branch September 21, 2026 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants