{"id":16031632,"url":"https://github.com/razonyang/github-org-contributors-action","last_synced_at":"2026-04-24T11:08:19.200Z","repository":{"id":154639531,"uuid":"632230338","full_name":"razonyang/github-org-contributors-action","owner":"razonyang","description":"GitHub Action for listing contributors of specified organization.","archived":false,"fork":false,"pushed_at":"2023-05-08T06:53:02.000Z","size":6,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-30T19:47:12.089Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/razonyang.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}},"created_at":"2023-04-25T01:38:53.000Z","updated_at":"2023-07-03T08:43:22.000Z","dependencies_parsed_at":"2023-11-17T15:00:19.720Z","dependency_job_id":"94c4f3f1-47ac-4d19-87ee-69de3187185c","html_url":"https://github.com/razonyang/github-org-contributors-action","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"0482ec9a24a32383c176afc5361af524207988b8"},"previous_names":["razonyang/github-action-org-contributors"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/razonyang/github-org-contributors-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razonyang%2Fgithub-org-contributors-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razonyang%2Fgithub-org-contributors-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razonyang%2Fgithub-org-contributors-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razonyang%2Fgithub-org-contributors-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/razonyang","download_url":"https://codeload.github.com/razonyang/github-org-contributors-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razonyang%2Fgithub-org-contributors-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32220359,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T10:26:35.452Z","status":"ssl_error","status_checked_at":"2026-04-24T10:25:27.643Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":"2024-10-08T21:04:16.609Z","updated_at":"2026-04-24T11:08:14.191Z","avatar_url":"https://github.com/razonyang.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Organization Contributors Action\n\nThis action fetch contributors of a specified GitHub organization, and output to a file in `YAML`, `TOML` or `JSON` format.\n\n## Inputs\n\n| Parameter |  Type  | Default | Required | Description                                                                              |\n| --------- | :----: | :-----: | :------: | ---------------------------------------------------------------------------------------- |\n| `org`     | string |    -    |    Y     | The organization name.                                                                   |\n| `output`  | string |    -    |    Y     | The output filename, i.e. `contributors.toml`, `contributors.yaml`, `contributors.json`. |\n\n## Example\n\n```yaml\non:\n  workflow_dispatch:\n  schedule:\n    - cron: '0 */6 * * *'\n\njobs:\n  contributors:\n    permissions:\n      contents: write\n    runs-on: ubuntu-latest\n    name: List contributors\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v3\n\n      - name: Get contributors\n        uses: razonyang/github-org-contributors-action@main\n        id: contributors\n        env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n        with:\n          org: 'hugomods'\n          output: 'data/contributors.toml'\n\n      - run: cat data/contributors.toml\n\n      - uses: stefanzweifel/git-auto-commit-action@v4\n        with:\n          commit_message: \"chore: update data/contributors.toml\"\n          file_pattern: 'data/contributors.toml'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frazonyang%2Fgithub-org-contributors-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frazonyang%2Fgithub-org-contributors-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frazonyang%2Fgithub-org-contributors-action/lists"}