{"id":42194617,"url":"https://github.com/scientific-python/devstats-query-action","last_synced_at":"2026-01-27T00:01:52.186Z","repository":{"id":262900370,"uuid":"888711295","full_name":"scientific-python/devstats-query-action","owner":"scientific-python","description":"GH Action to query devstats for a project, and upload as an artifact","archived":false,"fork":false,"pushed_at":"2025-05-13T00:37:04.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-11-12T06:06:12.513Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scientific-python.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-14T21:49:58.000Z","updated_at":"2025-05-13T00:37:01.000Z","dependencies_parsed_at":"2024-11-15T03:17:52.995Z","dependency_job_id":"0e946e29-328c-47bb-b6e4-dfadd48416ca","html_url":"https://github.com/scientific-python/devstats-query-action","commit_stats":null,"previous_names":["stefanv/devstats-download-action","stefanv/devstats-query-action","scientific-python/devstats-query-action"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/scientific-python/devstats-query-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientific-python%2Fdevstats-query-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientific-python%2Fdevstats-query-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientific-python%2Fdevstats-query-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientific-python%2Fdevstats-query-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scientific-python","download_url":"https://codeload.github.com/scientific-python/devstats-query-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientific-python%2Fdevstats-query-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28792638,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T21:49:50.245Z","status":"ssl_error","status_checked_at":"2026-01-26T21:48:29.455Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-27T00:01:51.527Z","updated_at":"2026-01-27T00:01:52.164Z","avatar_url":"https://github.com/scientific-python.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Download and bundle devstats data\n\nThis action downloads devstats for one or more GitHub repositories,\nand uploads the result as an artifact.\n\n## Example\n\n```yaml\nname: Query devstats\n\non:\n  push:\n    branches:\n      - main\n      - v*\n\njobs:\n  devstats-query:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: stefanv/devstats-download-action@main\n        with:\n          repos: |\n            - yourname/reponame\n            - yourname/reponame-2\n          artifact-name: devstats-yourname\n```\n\nThe above would produce an artifact named `devstats-yourname.zip`, containing (with today's date) `2024-11-14-devstats-reponame.tar.xz` and `2024-11-14-devstats-reponame-2.tar.xz`.\n\nBy default, we use the GitHub-provisioned token, but you may need to set one manually if you're hitting rate limits:\n\n```yaml\n      - uses: stefanv/devstats-download-action@main\n        with:\n          token: ${{ secrets.GRAPHQL_API_TOKEN }}\n```\n\nThe token is a \"personal access token\" created at\nhttps://github.com/settings/tokens?type=beta.  It does not need any\npermissions. Set up the token as `GRAPHQL_API_TOKEN` at\nhttps://github.com/your-org/your-repo/settings/secrets/actions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscientific-python%2Fdevstats-query-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscientific-python%2Fdevstats-query-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscientific-python%2Fdevstats-query-action/lists"}