[WIP] Update activation comments with AI message footer - #18021
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
Hey
Since this appears to be an agent-generated PR that's still in progress, the main action item is to complete the description once the implementation is finalized.
|
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR adds footer messages to activation comments that are posted to PRs, issues, and commits. The footer provides a link to the workflow run that generated the content, enhancing traceability and transparency.
Changes:
- Import and integrate
getFooterMessagefrommessages_footer.cjsinto activation comment generation - Update activation comments to include a footer message between the status message and the XML marker
- Add mock for
messages_footer.cjsin test file to support the new functionality
Reviewed changes
Copilot reviewed 153 out of 153 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| actions/setup/js/update_activation_comment.cjs | Imports getFooterMessage and adds footer to PR/issue link messages and commit pushed messages |
| actions/setup/js/update_activation_comment.test.cjs | Adds mock for messages_footer.cjs to support testing of footer message generation |
| .github/workflows/*.lock.yml (161 files) | Adds GH_AW_CI_TRIGGER_TOKEN environment variable to workflow files (appears unrelated to main PR purpose) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
getFooterMessagefrom./messages_footer.cjsinupdate_activation_comment.cjsupdateActivationComment(PR/issue link messages)updateActivationCommentWithCommit(commit pushed messages)./messages_footer.cjs✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.