fix: update course-updater to target main instead of staged#25
fix: update course-updater to target main instead of staged#25
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the course-updater agentic workflow configuration to open pull requests against main now that the staged branch has been removed.
Changes:
- Switch
create-pull-request.base-branchfromstagedtomainin the workflow source markdown. - Recompile the generated workflow (
course-updater.lock.yml) so safe-outputs config and checkout ref targetmain. - Add a new
.github/uv-stats.csvfile (appears unrelated to the stated PR purpose).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/workflows/course-updater.md | Updates workflow frontmatter and instructions to target main. |
| .github/workflows/course-updater.lock.yml | Regenerated compiled workflow reflecting main as the base/checkout branch. |
| .github/uv-stats.csv | New CSV data file added; no references found in repo. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "03/03",197 | ||
| "03/04",189 | ||
| "03/05",349 | ||
| "03/06",359 | ||
| "03/07",157 |
There was a problem hiding this comment.
This new CSV file appears unrelated to the workflow base-branch change described in the PR, and it is not referenced anywhere in the repo (no code/docs/workflows mention uv-stats). If it’s accidental generated data, please remove it; if it’s intended, add a header/description and a clear consumer (doc or workflow) so its purpose and update process are explicit.
Updates the course-updater workflow to target
maininstead of the deletedstagedbranch. The PR review step already serves as the review gate, makingstagedunnecessary.