Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/uv-stats.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
"03/03",197
"03/04",189
"03/05",349
"03/06",359
"03/07",157
Comment on lines +1 to +5
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
"03/08",133
"03/09",1173
"03/10",2805
"03/11",4606
"03/12",2541
"03/13",2529
"03/14",974
"03/15",1034
"03/16",1984
"03/17",1684
"03/18",1390
"03/19",1499
"03/20",1789
"03/21",786
"03/22",646
"03/23",1464
"03/24",1282
"03/25",1231
"03/26",1599
"03/27",1543
"03/28",878
"03/29",869
"03/30",1384
44 changes: 22 additions & 22 deletions .github/workflows/course-updater.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .github/workflows/course-updater.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ safe-outputs:
create-pull-request:
labels: [automated-update, copilot-cli-updates]
title-prefix: "[bot] "
base-branch: staged
base-branch: main
---

# Check for Copilot CLI Updates
Expand Down Expand Up @@ -57,10 +57,10 @@ If the new information can be added to existing chapter(s), edit those chapters

## Step 4 — Open a pull request

Create a pull request with your changes, using the `staged` branch as the base branch. The PR title should summarize what was updated (e.g., "Add /plan command documentation"). The PR body should list:
Create a pull request with your changes, using the `main` branch as the base branch. The PR title should summarize what was updated (e.g., "Add /plan command documentation"). The PR body should list:

1. What new features or changes were found
2. What sections of the course were updated
3. Links to the source announcements

The PR should target the `staged` branch and include the labels `automated-update` and `copilot-cli-updates`.
The PR should target the `main` branch and include the labels `automated-update` and `copilot-cli-updates`.
Loading