File tree 3 files changed +49
-44
lines changed
3 files changed +49
-44
lines changed Original file line number Diff line number Diff line change @@ -89,15 +89,18 @@ based on the [`community_team_members.json`][databag] Lektor databag.
89
89
90
90
This manages new issues and pull requests to ensure they are properly tracked
91
91
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_
95
98
96
99
[ manage_issues ] : .github/workflows/manage_issues.yml
97
100
[ 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
101
104
102
105
103
106
### Normalize Repos
Original file line number Diff line number Diff line change 1
1
---
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
37
3
repos :
38
4
- attribution-license-plugin
39
5
- australian-chapter
@@ -75,3 +41,39 @@ WebDev:
75
41
- wp-theme-creativecommons.org
76
42
- wp-theme-openglam
77
43
- 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
+
Original file line number Diff line number Diff line change @@ -116,9 +116,9 @@ def get_untracked_items(github_gql_client):
116
116
search_query = (
117
117
"org:creativecommons"
118
118
" 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
122
122
)
123
123
cursor = ""
124
124
edges = []
You can’t perform that action at this time.
0 commit comments