diff --git a/README.md b/README.md index 5c7adab..e6f463d 100644 --- a/README.md +++ b/README.md @@ -89,15 +89,18 @@ based on the [`community_team_members.json`][databag] Lektor databag. This manages new issues and pull requests to ensure they are properly tracked in a GitHub project: -- [Applications project][proj_applications] -- [Systems project][proj_systems] -- [WebDev project][proj_webdev] +- [possumbilities project][proj_possumbilities]: _Web Development and Web + Support_ +- [Shafiya-Heena project][proj-shafiya-heena]: _IT Support, Platforms, and + Systems_ +- [TimidRobot project][proj_timidrobot]: _Application Programming and + Management_ [manage_issues]: .github/workflows/manage_issues.yml [manage_new_issues]: manage_new_issues_and_pull_requests.py -[proj_applications]: https://github.com/orgs/creativecommons/projects/15/views/1 -[proj_systems]: https://github.com/orgs/creativecommons/projects/22/views/1 -[proj_webdev]: https://github.com/orgs/creativecommons/projects/23/views/1 +[proj_possumbilities]: https://github.com/orgs/creativecommons/projects/23/views/1 +[proj-shafiya-heena]: https://github.com/orgs/creativecommons/projects/22/views/1 +[proj_timidrobot]: https://github.com/orgs/creativecommons/projects/15/views/1 ### Normalize Repos diff --git a/ccos/manage/projects.yml b/ccos/manage/projects.yml index 5d0e3b7..e57f9d1 100644 --- a/ccos/manage/projects.yml +++ b/ccos/manage/projects.yml @@ -1,39 +1,5 @@ --- -Applications: - repos: - - .github - - cc-legal-tools-app - - cc-legal-tools-data - - ccos-scripts - - ccrel - - ccrel-guide - - creativecommons.github.io - - creativecommons.github.io-source - - creativecommons.org - - data-science-playground - - eng-misc-scripts - - faq - - legaldb - - licensebuttons - - magical-pony - - mp - - quantifying - - scholars-addenda - - sre-report-to-wikijs - - sre-wp-pull - - stateof -Systems: - repos: - - ansible-dev - - CCID-cas - - CCID-MediaWiki - - index-performance-testing - - rubycas-client-rails - - sre-salt - - sre-salt-prime - - sre-wiki-js - - tech-support -WebDev: +possumbilities: # Web Development and Web Support repos: - attribution-license-plugin - australian-chapter @@ -75,3 +41,37 @@ WebDev: - wp-theme-creativecommons.org - wp-theme-openglam - wp-theme-summit +Shafiya-Heena: # IT Support, Platforms, and Systems + repos: + - ansible-dev + - CCID-cas + - CCID-MediaWiki + - index-performance-testing + - rubycas-client-rails + - sre-salt + - sre-salt-prime + - sre-wiki-js + - tech-support +TimidRobot: # Application Programming and Management + repos: + - .github + - cc-legal-tools-app + - cc-legal-tools-data + - ccos-scripts + - ccrel + - ccrel-guide + - creativecommons.github.io + - creativecommons.github.io-source + - creativecommons.org + - data-science-playground + - eng-misc-scripts + - faq + - legaldb + - licensebuttons + - magical-pony + - mp + - quantifying + - scholars-addenda + - sre-report-to-wikijs + - sre-wp-pull + - stateof diff --git a/manage_new_issues_and_pull_requests.py b/manage_new_issues_and_pull_requests.py index 2943069..801d495 100755 --- a/manage_new_issues_and_pull_requests.py +++ b/manage_new_issues_and_pull_requests.py @@ -116,9 +116,9 @@ def get_untracked_items(github_gql_client): search_query = ( "org:creativecommons" " state:open" - " -project:creativecommons/15" # Applications project - " -project:creativecommons/22" # Systems project - " -project:creativecommons/23" # WebDev project + " -project:creativecommons/15" # TimidRobot project + " -project:creativecommons/22" # Shafiya-Heena project + " -project:creativecommons/23" # possumbilities project ) cursor = "" edges = []