Learning hub evergreen#1037
Merged
aaronpowell merged 4 commits intostagedfrom Mar 17, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new agentic workflow to keep the Learning Hub content current, and refreshes the repository’s existing gh-aw compiled workflows/locks to the latest toolchain and action pins.
Changes:
- Introduces a new scheduled agentic workflow (
learning-hub-updater) intended to scan Copilot update sources and open PRs for Learning Hub updates. - Updates existing gh-aw compiled
.lock.ymlworkflows to gh-aw v0.59.0 / AWF v0.24.2, including updated action pins and artifact handling. - Updates
.github/aw/actions-lock.jsonto reflect the new action versions/repos used by compilation.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/learning-hub-updater.md | New workflow source definition for daily Learning Hub update checks and PR creation. |
| .github/workflows/learning-hub-updater.lock.yml | Compiled workflow implementation for the new Learning Hub updater. |
| .github/workflows/resource-staleness-report.lock.yml | Recompiled lock workflow to newer gh-aw/AWF and updated artifact handling/pins. |
| .github/workflows/pr-duplicate-check.lock.yml | Recompiled lock workflow to newer gh-aw/AWF and updated artifact handling/pins. |
| .github/workflows/duplicate-resource-detector.lock.yml | Recompiled lock workflow to newer gh-aw/AWF and updated artifact handling/pins. |
| .github/workflows/codeowner-update.lock.yml | Recompiled lock workflow to newer gh-aw/AWF and updated artifact handling/pins. |
| .github/aw/actions-lock.json | Updates locked action entries to match newly compiled workflows’ dependencies. |
You can also share your feedback on Copilot code review. Take the survey.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
Agentic workflow that will monitor sources for updated info on Copilot and suggest improvements to the learning hub.
Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.