Skip to content

Commit 63af5c7

Browse files
committed
rename projects
1 parent 532203e commit 63af5c7

File tree

3 files changed

+49
-44
lines changed

3 files changed

+49
-44
lines changed

README.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,18 @@ based on the [`community_team_members.json`][databag] Lektor databag.
8989

9090
This manages new issues and pull requests to ensure they are properly tracked
9191
in a GitHub project:
92-
- [Applications project][proj_applications]
93-
- [Systems project][proj_systems]
94-
- [WebDev project][proj_webdev]
92+
- [possumbilities project][proj_possumbilities]: _Web Development and Web
93+
Support_
94+
- [Shafiya-Heena project][proj-shafiya-heena]: _IT Support, Platforms, and
95+
Systems_
96+
- [TimidRobot project][proj_timidrobot]: _Application Programming and
97+
Management_
9598

9699
[manage_issues]: .github/workflows/manage_issues.yml
97100
[manage_new_issues]: manage_new_issues_and_pull_requests.py
98-
[proj_applications]: https://github.com/orgs/creativecommons/projects/15/views/1
99-
[proj_systems]: https://github.com/orgs/creativecommons/projects/22/views/1
100-
[proj_webdev]: https://github.com/orgs/creativecommons/projects/23/views/1
101+
[proj_possumbilities]: https://github.com/orgs/creativecommons/projects/23/views/1
102+
[proj-shafiya-heena]: https://github.com/orgs/creativecommons/projects/22/views/1
103+
[proj_timidrobot]: https://github.com/orgs/creativecommons/projects/15/views/1
101104

102105

103106
### Normalize Repos

ccos/manage/projects.yml

+37-35
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,5 @@
11
---
2-
Applications:
3-
repos:
4-
- .github
5-
- cc-legal-tools-app
6-
- cc-legal-tools-data
7-
- ccos-scripts
8-
- ccrel
9-
- ccrel-guide
10-
- creativecommons.github.io
11-
- creativecommons.github.io-source
12-
- creativecommons.org
13-
- data-science-playground
14-
- eng-misc-scripts
15-
- faq
16-
- legaldb
17-
- licensebuttons
18-
- magical-pony
19-
- mp
20-
- quantifying
21-
- scholars-addenda
22-
- sre-report-to-wikijs
23-
- sre-wp-pull
24-
- stateof
25-
Systems:
26-
repos:
27-
- ansible-dev
28-
- CCID-cas
29-
- CCID-MediaWiki
30-
- index-performance-testing
31-
- rubycas-client-rails
32-
- sre-salt
33-
- sre-salt-prime
34-
- sre-wiki-js
35-
- tech-support
36-
WebDev:
2+
possumbilities: # Web Development and Web Support
373
repos:
384
- attribution-license-plugin
395
- australian-chapter
@@ -75,3 +41,39 @@ WebDev:
7541
- wp-theme-creativecommons.org
7642
- wp-theme-openglam
7743
- wp-theme-summit
44+
Shafiya-Heena: # IT Support, Platforms, and Systems
45+
repos:
46+
- ansible-dev
47+
- CCID-cas
48+
- CCID-MediaWiki
49+
- index-performance-testing
50+
- rubycas-client-rails
51+
- sre-salt
52+
- sre-salt-prime
53+
- sre-wiki-js
54+
- tech-support
55+
56+
TimidRobot: # Application Programming and Management
57+
repos:
58+
- .github
59+
- cc-legal-tools-app
60+
- cc-legal-tools-data
61+
- ccos-scripts
62+
- ccrel
63+
- ccrel-guide
64+
- creativecommons.github.io
65+
- creativecommons.github.io-source
66+
- creativecommons.org
67+
- data-science-playground
68+
- eng-misc-scripts
69+
- faq
70+
- legaldb
71+
- licensebuttons
72+
- magical-pony
73+
- mp
74+
- quantifying
75+
- scholars-addenda
76+
- sre-report-to-wikijs
77+
- sre-wp-pull
78+
- stateof
79+

manage_new_issues_and_pull_requests.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ def get_untracked_items(github_gql_client):
116116
search_query = (
117117
"org:creativecommons"
118118
" state:open"
119-
" -project:creativecommons/15" # Applications project
120-
" -project:creativecommons/22" # Systems project
121-
" -project:creativecommons/23" # WebDev project
119+
" -project:creativecommons/15" # TimidRobot project
120+
" -project:creativecommons/22" # Shafiya-Heena project
121+
" -project:creativecommons/23" # possumbilities project
122122
)
123123
cursor = ""
124124
edges = []

0 commit comments

Comments
 (0)