feat: add course-updater workflow and gitattributes#21
Merged
Conversation
Add gh-aw compiled workflow for daily course update checks and .gitattributes to mark generated lock files as linguist-generated. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Adds a scheduled “Course Updater” Agentic Workflow to periodically check for new GitHub Copilot CLI features and open an automated PR when course content needs updates, along with repo metadata to treat compiled lock workflows as generated.
Changes:
- Introduces a compiled daily
course-updaterGitHub Actions workflow (gh-aw generated) that runs Copilot CLI + safe-outputs PR creation. - Adds
.gitattributesto treat*.lock.ymlworkflows as generated and prefer current-branch versions on merges. - Adds
.github/aw/actions-lock.jsonmetadata used by gh-aw for action pinning/locking.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
.github/workflows/course-updater.lock.yml |
Adds the compiled daily updater workflow and its agent/detection/safe-outputs pipeline. |
.github/aw/actions-lock.json |
Records action lock metadata (repo/version/sha) for gh-aw usage. |
.gitattributes |
Marks compiled *.lock.yml workflows as linguist-generated and sets merge=ours. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
.gitattributesto mark*.lock.ymlworkflow files as linguist-generated withmerge=ours..github/aw/actions-lock.jsonmetadata file.Files changed
.gitattributes.github/aw/actions-lock.json.github/workflows/course-updater.lock.yml