Skip to content

Commit 784c7a4

Browse files
committed
update to use renamed default branch (now main)
1 parent 2558507 commit 784c7a4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/normalize_repos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- cron: '0 0 * * *'
66
push:
77
branches:
8-
- master
8+
- main
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest

.github/workflows/push_data_to_ccos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
- cron: '15 0 * * *'
55
push:
66
branches:
7-
- master
7+
- main
88
jobs:
99
build:
1010
runs-on: ubuntu-latest

.github/workflows/sync_community_team.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
- cron: '30 0 * * *'
55
push:
66
branches:
7-
- master
7+
- main
88
jobs:
99
build:
1010
runs-on: ubuntu-latest

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ information about that script.
2626
| Workflow Name/Status | YML File Name | Workflow Purpose |
2727
| -------------------- | ------------- | ---------------- |
2828
| [![Add Community PRs to Project][b1]][l1] | [`add_community_pr.yml`][community_pr_yml] | Runs hourly at 5 minutes past every hour UTC and adds new Vocabulary issues to [Vocabulary: In Progress][vocab_in_progress] |
29-
| [![Normalize Repos][b2]][l2] | [`normalize_repos.yml`][norm_pr_yml] | Runs daily at 00:00 UTC and whenever someone pushes to master branch and uses [`normalize_repos`][norm] |
30-
| [![Push data to CC Open Source][b3]][l3] | [`push_data_to_ccos.yml`][push_ccos_yml] | Runs daily at 00:00 UTC and whenever someone pushes to master branch and uses [`push_data_to_ccos`][push_to_ccos] |
31-
| [![Sync Community Teams with GitHub][b4]][l4] | [`sync_community_team.yml`][sync_team_yml] | Runs daily at 00:30 UTC and whenever someone pushes to master branch and uses [`sync_community_team`][sync_team] |
29+
| [![Normalize Repos][b2]][l2] | [`normalize_repos.yml`][norm_pr_yml] | Runs daily at 00:00 UTC and whenever someone pushes to main branch and uses [`normalize_repos`][norm] |
30+
| [![Push data to CC Open Source][b3]][l3] | [`push_data_to_ccos.yml`][push_ccos_yml] | Runs daily at 00:00 UTC and whenever someone pushes to main branch and uses [`push_data_to_ccos`][push_to_ccos] |
31+
| [![Sync Community Teams with GitHub][b4]][l4] | [`sync_community_team.yml`][sync_team_yml] | Runs daily at 00:30 UTC and whenever someone pushes to main branch and uses [`sync_community_team`][sync_team] |
3232
| [![Track new issues in backlog][b5]][l5] | [`track_backlog.yml`][track_backlog] | Runs hourly at 45 minutes past every hour UTC and adds community PRs to [Active Sprint: Code Review][active_sprint] and new issues to [Backlog: Pending Review][backlog_pending] |
3333

3434

0 commit comments

Comments
 (0)