feat: change-summary opens a historical PR and requests Copilot code review#71
Open
Copilot wants to merge 2 commits into
Open
feat: change-summary opens a historical PR and requests Copilot code review#71Copilot wants to merge 2 commits into
Copilot wants to merge 2 commits into
Conversation
…view Co-authored-by: spktrm <72776130+spktrm@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update summary GitHub action for PR review
feat: change-summary opens a historical PR and requests Copilot code review
Mar 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
change-summaryworkflow only wrote a Markdown report to the job summary. It now also opens a real GitHub PR spanning the requested date window and automatically requests a Copilot code review on it.Changes
contents: readtocontents: write+pull-requests: write/tmp/pr-body.mdfor use as the PR bodybase_sha(last commit strictly beforestart_date),head_sha(last commit at/beforeend_date), andhas_commitsas step outputshas_commits == 'true'):change-summary/base-{start_date}andchange-summary/{start_date}-to-{end_date}— pointing at the discovered SHAsbase → head) with the generated summary as its description; falls back to looking up an existing PR rather than failing on re-runscopilot-pull-request-reviewerviaPOST /pulls/{n}/requested_reviewers; emits a non-fatal::warning::if Copilot code review is not enabled on the repository💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.