Skip to content

Commit 2a2f818

Browse files
authored
Merge pull request #25 from github/fix/course-updater-target-main
fix: update course-updater to target main instead of staged
2 parents f60156c + dfd2c8a commit 2a2f818

File tree

3 files changed

+53
-25
lines changed

3 files changed

+53
-25
lines changed

.github/uv-stats.csv

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
"03/03",197
2+
"03/04",189
3+
"03/05",349
4+
"03/06",359
5+
"03/07",157
6+
"03/08",133
7+
"03/09",1173
8+
"03/10",2805
9+
"03/11",4606
10+
"03/12",2541
11+
"03/13",2529
12+
"03/14",974
13+
"03/15",1034
14+
"03/16",1984
15+
"03/17",1684
16+
"03/18",1390
17+
"03/19",1499
18+
"03/20",1789
19+
"03/21",786
20+
"03/22",646
21+
"03/23",1464
22+
"03/24",1282
23+
"03/25",1231
24+
"03/26",1599
25+
"03/27",1543
26+
"03/28",878
27+
"03/29",869
28+
"03/30",1384

.github/workflows/course-updater.lock.yml

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/course-updater.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ safe-outputs:
1616
create-pull-request:
1717
labels: [automated-update, copilot-cli-updates]
1818
title-prefix: "[bot] "
19-
base-branch: staged
19+
base-branch: main
2020
---
2121

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

5858
## Step 4 — Open a pull request
5959

60-
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:
60+
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:
6161

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

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

0 commit comments

Comments
 (0)