{"id":14985870,"url":"https://github.com/chadsr/action-user-repos-json","last_synced_at":"2025-04-11T22:11:58.650Z","repository":{"id":256158676,"uuid":"850269814","full_name":"chadsr/action-user-repos-json","owner":"chadsr","description":"A Github Action to output a user's repositories as a JSON file.","archived":false,"fork":false,"pushed_at":"2025-04-11T16:06:12.000Z","size":1081,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T22:11:53.236Z","etag":null,"topics":["actions","github-actions"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chadsr.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-31T10:15:08.000Z","updated_at":"2025-04-07T09:35:30.000Z","dependencies_parsed_at":"2024-12-08T04:18:26.953Z","dependency_job_id":"30d8fe7c-fb43-4eb9-9c9c-4bcefa162200","html_url":"https://github.com/chadsr/action-user-repos-json","commit_stats":{"total_commits":28,"total_committers":2,"mean_commits":14.0,"dds":0.1785714285714286,"last_synced_commit":"e271e35eb6e0c7eca408965271f708239ae17ca6"},"previous_names":["chadsr/action-user-repos-json"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chadsr%2Faction-user-repos-json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chadsr%2Faction-user-repos-json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chadsr%2Faction-user-repos-json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chadsr%2Faction-user-repos-json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chadsr","download_url":"https://codeload.github.com/chadsr/action-user-repos-json/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248487690,"owners_count":21112190,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["actions","github-actions"],"created_at":"2024-09-24T14:11:48.556Z","updated_at":"2025-04-11T22:11:58.627Z","avatar_url":"https://github.com/chadsr.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# User Repositories to JSON\n\n[![Test](https://github.com/chadsr/action-user-repos-json/actions/workflows/test.yml/badge.svg)](https://github.com/chadsr/action-user-repos-json/actions/workflows/test.yml)\n\nA Github action to output repositories owned by a user, as a JSON file.\n\nOptional configuration criteria are provided to filter the results.\n\n## Usage\n\n```yaml\nname: User Repos to JSON\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      - uses: chadsr/action-user-repos-json@main\n      - id: repos\n        env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n        with:\n          username: 'chadsr'\n          minimumStargazers: 1\n      - name: Do something with the JSON file\n        run: cat \"${{ steps.repos.outputs.json_path }}\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchadsr%2Faction-user-repos-json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchadsr%2Faction-user-repos-json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchadsr%2Faction-user-repos-json/lists"}