Skip to content

ci(github-action): update action misospace/pr-reviewer-action (v2.1.10 ➔ v2.2.0) - abandoned - #4329

Closed
renovate[bot] wants to merge 5 commits into
mainfrom
renovate/misospace-pr-reviewer-action-2.x
Closed

ci(github-action): update action misospace/pr-reviewer-action (v2.1.10 ➔ v2.2.0) - abandoned#4329
renovate[bot] wants to merge 5 commits into
mainfrom
renovate/misospace-pr-reviewer-action-2.x

Conversation

@renovate

@renovate renovate Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
misospace/pr-reviewer-action action minor v2.1.10v2.2.0

Release Notes

misospace/pr-reviewer-action (misospace/pr-reviewer-action)

v2.2.0

Compare Source

What's Changed

Full Changelog: misospace/pr-reviewer-action@v2.1.11...v2.2.0

v2.1.11

Compare Source

What's Changed

Full Changelog: misospace/pr-reviewer-action@v2.1.10...v2.1.11


Configuration

📅 Schedule: (in timezone Europe/Brussels)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@deepsource-io

deepsource-io Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

DeepSource Code Review

We reviewed changes in f4ed790...dc2a057 on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Code Review Summary

Analyzer Status Updated (UTC) Details
JavaScript Aug 6, 2026 7:45p.m. Review ↗
Shell Aug 6, 2026 7:45p.m. Review ↗

Important

AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.

@coderabbitai

coderabbitai Bot commented Aug 4, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The PR review workflow now pins misospace/pr-reviewer-action to v2.1.10 instead of v2.1.9.

Changes

Workflow action update

Layer / File(s) Summary
Update reviewer action pin
.github/workflows/agent-pr-review.yaml
The workflow updates the pinned action commit from v2.1.9 to v2.1.10.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

Suggested reviewers: tanguille

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Title check ⚠️ Warning The title identifies the correct action but gives the wrong version change and adds an unsupported “abandoned” status. Change the title to state that misospace/pr-reviewer-action updates from v2.1.9 to v2.1.10.
✅ Passed checks (4 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/misospace-pr-reviewer-action-2.x

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@renovate renovate Bot changed the title ci(github-action): update action misospace/pr-reviewer-action (v2.1.9 ➔ v2.1.10) ci(github-action): update action misospace/pr-reviewer-action (v2.1.9 ➔ v2.1.10) - autoclosed Aug 4, 2026
@renovate renovate Bot closed this Aug 4, 2026
@renovate
renovate Bot deleted the renovate/misospace-pr-reviewer-action-2.x branch August 4, 2026 16:52
@renovate renovate Bot changed the title ci(github-action): update action misospace/pr-reviewer-action (v2.1.9 ➔ v2.1.10) - autoclosed ci(github-action): update action misospace/pr-reviewer-action (v2.1.10 ➔ v2.1.11) Aug 5, 2026
@renovate renovate Bot reopened this Aug 5, 2026
@renovate
renovate Bot force-pushed the renovate/misospace-pr-reviewer-action-2.x branch 2 times, most recently from 220313a to 573ba38 Compare August 5, 2026 23:08
@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown

AI Automated Review

Analysis engine: omniroute@http://litellm.ai.svc.cluster.local/v1 (openai)

Recommendation: Approve — clean minor bump of the PR-reviewer action with a consistent prompt refactor.

Release notes (v2.1.10 → v2.1.11 → v2.2.0):

  • v2.1.11: system_prompt_file + system_prompt now concatenate (file first); JSON parser recovers fenced JSON with raw newlines and treats flattened review_markdown as a validation failure; Publish step refactored; verdict recovery from reasoning-model prose.
  • v2.2.0: new review_verbosity dial (concise) for shorter reviews; Standards Compliance made a conditional section; dogfood CI now reviews stacked PRs.

Change-by-change:

  • .github/workflows/agent-pr-review.yaml: action pinned to v2.2.0 SHA 99e7764a…, verified as the v2.2.0 tag commit. review_verbosity: concise is a valid v2.2.0 input and, with system_prompt_mode: append, correctly applies to the assembled default. The comment that v2.1.11 concatenates file-then-inline matches upstream PR 426/PR 465 final behavior. The system_prompt conditional expression is valid, and the trailing Release-notes sentence is appended coherently to both branches.
  • .github/pr-review-prompt.md: new file carrying the standing review rules; content matches the inline rules it replaces (the "keep review length proportional" rule was dropped, superseded by review_verbosity: concise).

Tool Harness Findings: read_file confirmed both files; gh_api confirmed the v2.2.0 release and that SHA 99e7764a… is the v2.2.0 tag commit; compare metadata confirms the v2.1.10→v2.1.11 (6 commits) and v2.1.11→v2.2.0 (3 commits) ranges.

Unknowns: The workflow file read was truncated mid-comment and the harness stopped at tool-call budget, but the diff fully covers the changed lines, so no behavior affecting this review is unverified.

@renovate
renovate Bot force-pushed the renovate/misospace-pr-reviewer-action-2.x branch from 573ba38 to 15c4479 Compare August 6, 2026 18:58
@renovate renovate Bot changed the title ci(github-action): update action misospace/pr-reviewer-action (v2.1.10 ➔ v2.1.11) ci(github-action): update action misospace/pr-reviewer-action (v2.1.10 ➔ v2.2.0) Aug 6, 2026
v2.2.0 adds review_verbosity, which patches the bundled prompt with a
~300-word target and moves minor/info out of prose into the findings
array. The hand-written "keep review length proportional" rule in the
system_prompt addendum now duplicates it, so drop it.
Upstream #426 landed in v2.1.11: system_prompt_file and system_prompt are
concatenated (file first, inline second) instead of the file being silently
dropped. The standing rules move to .github/pr-review-prompt.md, leaving the
scalar to hold only the per-PR release-notes branch.
tool_evidence_memory is on by default and seeds a corpus section telling the
model to reuse prior evidence instead of re-gathering. The addendum is appended
after the bundled default, so "cite only sources fetched this run" overrode it
and forced a re-fetch every incremental review. Narrow the rule to the failure
it was written for: claiming "confirmed" for a source that was never read.
@renovate

renovate Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate Bot changed the title ci(github-action): update action misospace/pr-reviewer-action (v2.1.10 ➔ v2.2.0) ci(github-action): update action misospace/pr-reviewer-action (v2.1.10 ➔ v2.2.0) - abandoned Aug 6, 2026
@renovate

renovate Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor Author

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@Tanguille Tanguille closed this Aug 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant