chore(deps): update the-pr-agent/pr-agent action to v0.45.0 - #92
renovate[bot] wants to merge 1 commit into
Conversation
|
PR author is in the excluded authors list. |
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
ApprovabilityVerdict: Not approved Macroscope's review found this PR not approvable — This updates the executable PR-Agent action used in both workflow attempts; the action has repository write permissions and secret inputs, while the upstream release includes behavior changes not visible in the two-line diff. The workflow is explicitly owned by the streaming team, but the PR was generated by Renovate, so owner review is warranted. Not approved because:
Review your spending limits in Billing settings. You can add or adjust custom eligibility rules. Learn more. |
96340e7 to
699ddf1
Compare
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
699ddf1 to
4e5f797
Compare
|
Skipping PR review because a bot author is detected. If you want to trigger CodeAnt AI, comment |
This PR contains the following updates:
v0.43.0→v0.45.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
The-PR-Agent/pr-agent (The-PR-Agent/pr-agent)
v0.45.0Compare Source
What's Changed
🚀 Features
🐛 Bug Fixes
📚 Documentation
🧹 Maintenance
⬆️ Dependencies
Full Changelog: The-PR-Agent/pr-agent@v0.44.0...v0.45.0
v0.44.0Compare Source
get_body()no longer accepts unsigned webhooks — a deployment withoutGITHUB.WEBHOOK_SECRETset is rejected with HTTP 403 instead of trusting every caller. Set the secret on your GitHub App and in your config before upgrading. The same PR escapes attacker-controlled webhook fields that were interpolated into CLI command strings.requirements.txt,requirements-dev.txt, and the legacysetup.pyare gone — dependencies now live inpyproject.tomlwith a committeduv.lock. Set up a dev environment withuv syncand run tools viauv run. Optional features are now extras (lambda,langchain—uv sync --extra <name>) or a dependency group (similar-issue—uv sync --group similar-issue), and Docker images install from the lockfile withuv sync --frozen. Installing from PyPI withpip install pr-agentstill works.uv run ruff check --fixon touched files before committing.🚀 Features
🐛 Bug Fixes
⚡ Performance
📚 Documentation
🧹 Maintenance
New Contributors
Full Changelog: The-PR-Agent/pr-agent@v0.43.0...v0.44.0
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.