Skip to content

Commit 2411281

Browse files
authored
Merge pull request #134 from creativecommons/default-branch-main
Default branch is now main
2 parents c3a0899 + 6fb25dc commit 2411281

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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 the 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 the 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 the 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 PRs to [Active Sprint: Code Review][active_sprint] and new issues to [Backlog: Pending Review][backlog_pending]. Uses [dhruvkb/issue-projector][issue-projector]. |
3333

3434

normalize_repos/branch_protections.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"cc.i18n",
1414
# exempted to allow community maintainer to self-merge PRs
1515
"ccsearch-browser-extension",
16-
# exempted for bot pushes to master
16+
# exempted for bot pushes to default branch
1717
"creativecommons.github.io-source",
18-
# exempted for bot pushes to master
18+
# exempted for bot pushes to default branch
1919
"creativecommons.github.io",
2020
# non-engineering repo
2121
"global-network-strategy",

0 commit comments

Comments
 (0)