Skip to content

fix(release-agent): replace blocked git/gh commands with report_progress in Phase 3#1288

Merged
jsuereth merged 3 commits intomainfrom
copilot/update-release-agent-instructions
Mar 13, 2026
Merged

fix(release-agent): replace blocked git/gh commands with report_progress in Phase 3#1288
jsuereth merged 3 commits intomainfrom
copilot/update-release-agent-instructions

Conversation

Copy link
Contributor

Copilot AI commented Mar 13, 2026

In the Copilot coding-agent sandbox, git push and gh pr create are blocked, making the old Phase 3 steps 8–9 non-functional.

Changes

  • .github/agents/release.agent.md — In "Phase 3: Validate and Create PR":
    • Added a callout explaining the sandbox push constraint: report_progress is the only viable commit/push mechanism; a draft PR targeting main is pre-created by the Copilot system and does not need to be opened manually.
    • Replaced old steps 8–9 (shell-based git commit, git push, gh pr create) with revised steps 8–10 using report_progress to atomically commit + push, verify success via its output, and notify the user with post-merge reminders.

📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

…ress workflow

Co-authored-by: jsuereth <29006+jsuereth@users.noreply.github.com>
Copilot AI changed the title [WIP] Update release agent instructions for phase 3 fix(release-agent): replace blocked git/gh commands with report_progress in Phase 3 Mar 13, 2026
Copilot AI requested a review from jsuereth March 13, 2026 19:57
@jsuereth jsuereth marked this pull request as ready for review March 13, 2026 20:00
@jsuereth jsuereth requested a review from a team as a code owner March 13, 2026 20:00
@codecov
Copy link

codecov bot commented Mar 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.3%. Comparing base (bb1cd9d) to head (e0df24f).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##            main   #1288     +/-   ##
=======================================
- Coverage   81.3%   81.3%   -0.1%     
=======================================
  Files        111     111             
  Lines       9377    9377             
=======================================
- Hits        7625    7624      -1     
- Misses      1752    1753      +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jsuereth jsuereth enabled auto-merge (squash) March 13, 2026 20:13
@jsuereth jsuereth merged commit b8ee7be into main Mar 13, 2026
34 checks passed
@jsuereth jsuereth deleted the copilot/update-release-agent-instructions branch March 13, 2026 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants