Skip to content

Commit

Permalink
Merge pull request #225 from creativecommons/project-rename
Browse files Browse the repository at this point in the history
Update manage script for renamed projects
  • Loading branch information
TimidRobot authored Dec 5, 2024
2 parents 532203e + 37f4537 commit f3e506e
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 44 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
70 changes: 35 additions & 35 deletions ccos/manage/projects.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
6 changes: 3 additions & 3 deletions manage_new_issues_and_pull_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit f3e506e

Please sign in to comment.