-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Month
Week Numbers
Weeks
Week 20 - 15th May to 21st May 2023
Week 19 - May 8th 2023 to May 14th 2023
Week 18 - May 1st 2023 to May 7th 2023
Commits
https://docs.github.com/en/graphql/overview/explorer
{
search(query: "org:SingularityNET-Archive", type: REPOSITORY, last: 100) {
nodes {
... on Repository {
name
defaultBranchRef {
name
target {
... on Commit {
history(first: 100, since: "2023-05-01T00:00:00", until: "2023-05-31T00:00:00") {
totalCount
}
}
}
}
}
}
}
}
JSON can be converted to a table by ChatGBT
| Name | Default Branch | Total Count |
|---|---|---|
| colab-notebooks | main | 3 |
| SingularityNET-Archive | main | 3 |
| .github | main | 0 |
| archive-oracle | main | 0 |
| SingularityNET-Governance-Workgroup | main | 2 |
| SingularityNET-Ambassadors | main | 0 |
| SingularityNET-Archive-GitBook | main | 239 |
"totalCount": 150 (to date)
Metadata
Metadata
Assignees
Labels
No labels