-
Notifications
You must be signed in to change notification settings - Fork 69
🌱 gh aw compile scan-merged-prs #714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
That's all I did. Why did it make these changes? FYI, following is the typescript of me installing gh-aw just now. ```console me@mymac docs % gh extension install githubnext/gh-aw ✓ Installed extension githubnext/gh-aw ``` Signed-off-by: Mike Spreitzer <mspreitz@us.ibm.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
✅ Deploy Preview for kubestellar-docs ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Welcome to KubeStellar! 🚀 Thank you for submitting this Pull Request. Before your PR can be merged, please ensure: ✅ DCO Sign-off - All commits must be signed off with ✅ PR Title - Must start with an emoji: ✨ (feature), 🐛 (bug fix), 📖 (docs), 🌱 (infra/tests), Getting Started with KubeStellar: Contributor Resources:
🌟 Help KubeStellar Grow - We Need Adopters! Our roadmap is driven entirely by adopter feedback. Whether you're using KubeStellar yourself or know someone who could benefit from multi-cluster Kubernetes: 📋 Take our Multi-Cluster Survey - Share your use cases and help shape our direction! A maintainer will review your PR soon. Feel free to ask questions in the comments or on Slack! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR demonstrates that running gh aw compile scan-merged-prs modifies several files even on a clean checkout. The changes update action version locks and modify git attributes, raising questions about why compilation produces these modifications.
Changes:
- Added lock entries for
actions/github-script@v8andgithubnext/gh-aw/actions/setup@v0.36.0 - Removed the
.github/workflows/*.campaign.g.mdlinguist configuration from.gitattributes
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
.github/aw/actions-lock.json |
Added version locks for two new GitHub Actions |
.gitattributes |
Removed campaign markdown file linguist configuration |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1,3 +1 @@ | |||
| .github/workflows/*.lock.yml linguist-generated=true merge=ours | |||
Copilot
AI
Jan 15, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The removal of the .github/workflows/*.campaign.g.md line appears to be an unintended side effect of the compilation process. If campaign files are still used in the repository, this configuration should be retained to mark them as generated and use the 'ours' merge strategy.
| .github/workflows/*.lock.yml linguist-generated=true merge=ours | |
| .github/workflows/*.lock.yml linguist-generated=true merge=ours | |
| .github/workflows/*.campaign.g.md linguist-generated=true merge=ours |
|
/hold |
This PR is here to ask a question: why does compiling an agentic workflow make a change?