{"id":15770085,"url":"https://github.com/djdefi/team-readme-generator","last_synced_at":"2026-02-04T13:14:17.192Z","repository":{"id":72118044,"uuid":"550523486","full_name":"djdefi/team-readme-generator","owner":"djdefi","description":"GitHub Action for updating a repository readme with a table of team members","archived":false,"fork":false,"pushed_at":"2024-04-05T19:50:04.000Z","size":85,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-14T02:47:42.161Z","etag":null,"topics":["github-actions","readme-generator","team-members"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/djdefi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-10-12T23:05:28.000Z","updated_at":"2022-10-14T18:31:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"19f6d7de-a991-427d-bc2b-9f0f130e59a8","html_url":"https://github.com/djdefi/team-readme-generator","commit_stats":{"total_commits":126,"total_committers":2,"mean_commits":63.0,"dds":"0.015873015873015928","last_synced_commit":"6a0a061f8b7d48af6f7b034606d0cd4840703644"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djdefi%2Fteam-readme-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djdefi%2Fteam-readme-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djdefi%2Fteam-readme-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djdefi%2Fteam-readme-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/djdefi","download_url":"https://codeload.github.com/djdefi/team-readme-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229546769,"owners_count":18090153,"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":["github-actions","readme-generator","team-members"],"created_at":"2024-10-04T14:21:57.216Z","updated_at":"2026-02-04T13:14:12.160Z","avatar_url":"https://github.com/djdefi.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# team-readme-generator\n\nAction to automatically keep a table of team members up to date in a repository README.\n\n## Example:\n\n### The Team:\n\n\u003c!--auto-team-table--\u003e\n| 👤 | Username | Location | Bio |\n| --- | --- | --- | --- |\n| \u003cimg src=\"https://avatars.githubusercontent.com/u/3662109?v=4\" width=\"30\" /\u003e | @djdefi | California | Staff Support Engineer @github  |\n| \u003cimg src=\"https://avatars.githubusercontent.com/u/17680929?v=4\" width=\"30\" /\u003e | @bevns | California | Software Engineer |\n\u003c!--/auto-team-table--\u003e\n\n### About us\n\nWe are small but mighty!\n\n## Usage:\n\n1. Configure a workflow such as the example\n\n    ```yaml\n    name: \"Team README table generator\"\n\n    on:\n\n      # Allows you to run this workflow manually from the Actions tab\n      workflow_dispatch:\n        inputs:\n          org:\n            description: 'The organization to run the workflow against'\n            required: true\n            default: 'my-org'\n          team:\n            description: 'The team to run the workflow against'\n            required: true\n            default: 'my-team'\n\n    jobs:\n      run_team_readme_job:\n        runs-on: ubuntu-latest\n        name: Run team readme generator\n        steps:\n          - uses: actions/checkout@v3\n          - id: Generate\n            uses: djdefi/team-readme-generator@main\n            with:\n              org: ${{ github.event.inputs.org }}\n              team: ${{ github.event.inputs.team }}\n              my-pat: ${{ secrets.MY_PAT }}\n\n    ```\n1. Setup the README.md by adding the following two tags wherever you want the table to appear:\n\n    ```markdown\n    \u003c!--auto-team-table--\u003e\n    \u003c!--/auto-team-table--\u003e\n    ```\n1. Configure `MY_PAT` as an Actions secret. The token needs to have `org:read` and `repo:write` scopes to get team info and create pull requests.\n1. Run the the Action workflow with the desired team name.\n1. Review and merge the resulting pull requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjdefi%2Fteam-readme-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjdefi%2Fteam-readme-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjdefi%2Fteam-readme-generator/lists"}