diff --git a/README.md b/README.md index e6f463d..91d4280 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ based on the [`community_team_members.json`][databag] Lektor databag. [sync_teams_yml]: .github/workflows/sync_community_teams.yml [teams_file]: sync_community_teams.py -[databag]: https://github.com/creativecommons/creativecommons.github.io-source/blob/master/databags/community_team_members.json +[databag]: https://github.com/creativecommons/ccos-website-source/blob/master/databags/community_team_members.json [ctlistpage]: https://opensource.creativecommons.org/community/community-team/members/ @@ -149,7 +149,7 @@ This retreives data from Asana, formats it as a lektor databag, and pushes it to CC Open Source website source repository: - Data Source: [Community Team Tracking - Asana][asana] (limited access) - Data Destination: - - [`creativecommons/creativecommons.github.io-source`][ccos_source] + - [`creativecommons/ccos-website-source`][ccos_source] - [`databags/community_team_members.json`][db_community] - [`databags/repos.json`][db_repos] @@ -162,9 +162,9 @@ The destination data is used by the following pages: [ctlistpage]: https://opensource.creativecommons.org/community/community-team/members/ [osproj]: https://opensource.creativecommons.org/contributing-code/projects/ [asana]: https://app.asana.com/0/1172465506923657/list -[ccos_source]: https://github.com/creativecommons/creativecommons.github.io-source -[db_community]: https://github.com/creativecommons/creativecommons.github.io-source/blob/main/databags/community_team_members.json -[db_repos]: https://github.com/creativecommons/creativecommons.github.io-source/blob/main/databags/repos.json +[ccos_source]: https://github.com/creativecommons/ccos-website-source +[db_community]: https://github.com/creativecommons/ccos-website-source/blob/main/databags/community_team_members.json +[db_repos]: https://github.com/creativecommons/ccos-website-source/blob/main/databags/repos.json ## Environment Variables diff --git a/ccos/data/push_data_via_git.py b/ccos/data/push_data_via_git.py index 61e47e5..cff5b29 100644 --- a/ccos/data/push_data_via_git.py +++ b/ccos/data/push_data_via_git.py @@ -10,7 +10,7 @@ # First-party/Local from ccos.gh_utils import GITHUB_ORGANIZATION, get_credentials -GITHUB_REPO_NAME = "creativecommons.github.io-source" +GITHUB_REPO_NAME = "ccos-website-source" GIT_USER_EMAIL = "cc-creativecommons-github-io-bot@creativecommons.org" GIT_USER_NAME = "CC creativecommons.github.io Bot" JSON_FILE_DIR = "databags" diff --git a/ccos/manage/projects.yml b/ccos/manage/projects.yml index 81e287e..87ad720 100644 --- a/ccos/manage/projects.yml +++ b/ccos/manage/projects.yml @@ -59,7 +59,7 @@ TimidRobot: # Application Programming and Management - ccrel - ccrel-guide - creativecommons.github.io - - creativecommons.github.io-source + - ccos-website-source - creativecommons.org - data-science-playground - eng-misc-scripts diff --git a/ccos/norm/branch_protections.yml b/ccos/norm/branch_protections.yml index d9cad5d..d1d08a4 100644 --- a/ccos/norm/branch_protections.yml +++ b/ccos/norm/branch_protections.yml @@ -7,7 +7,7 @@ EXEMPT_REPOSITORIES: # special purpose repo - australian-chapter # exempted for bot pushes to default branch - - creativecommons.github.io-source + - ccos-website-source # exempted for bot pushes to default branch - creativecommons.github.io # special purpose repo @@ -25,7 +25,7 @@ EXEMPT_REPOSITORIES: # REPOSITORY: # - STATUS_CHECK_NAME REQUIRED_STATUS_CHECK_MAP: - creativecommons.github.io-source: + ccos-website-source: - Build and Deploy CC Open Source # Specify non-exempt repositories and the people, teams, or apps who are diff --git a/ccos/norm/skills.yml b/ccos/norm/skills.yml index 58db363..0349805 100644 --- a/ccos/norm/skills.yml +++ b/ccos/norm/skills.yml @@ -4,7 +4,7 @@ vocabulary: - Sass - JavaScript/Vue - JavaScript/Storybook -creativecommons.github.io-source: +ccos-website-source: - Sass - Lektor - Jinja2 diff --git a/ccos/teams/get_community_team_data.py b/ccos/teams/get_community_team_data.py index f1b31d1..a6e51b9 100644 --- a/ccos/teams/get_community_team_data.py +++ b/ccos/teams/get_community_team_data.py @@ -7,7 +7,7 @@ # Constants should match 'ccos/data/push_data_via_git.py' GITHUB_ORGANIZATION = "creativecommons" -GITHUB_REPO_NAME = "creativecommons.github.io-source" +GITHUB_REPO_NAME = "ccos-website-source" # Constants should match 'push_data_to_ccos.py' CT_MEMBERS = "community_team_members.json"