{"id":22089443,"url":"https://github.com/prodyna/github-users","last_synced_at":"2025-03-23T22:48:01.371Z","repository":{"id":227061929,"uuid":"770036198","full_name":"PRODYNA/github-users","owner":"PRODYNA","description":"GitHub Action that creates a list of GitHub users with their SSO identity linked","archived":false,"fork":false,"pushed_at":"2024-09-16T11:43:21.000Z","size":64,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T06:24:15.119Z","etag":null,"topics":["github","github-actions","go"],"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/PRODYNA.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-03-10T18:37:10.000Z","updated_at":"2024-11-21T16:08:27.000Z","dependencies_parsed_at":"2024-09-16T12:47:34.497Z","dependency_job_id":"48202279-2f57-48ae-a1b8-e3384dfd2f7f","html_url":"https://github.com/PRODYNA/github-users","commit_stats":null,"previous_names":["prodyna/github-users"],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRODYNA%2Fgithub-users","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRODYNA%2Fgithub-users/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRODYNA%2Fgithub-users/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRODYNA%2Fgithub-users/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PRODYNA","download_url":"https://codeload.github.com/PRODYNA/github-users/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245181549,"owners_count":20573718,"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","github-actions","go"],"created_at":"2024-12-01T02:12:54.013Z","updated_at":"2025-03-23T22:48:01.335Z","avatar_url":"https://github.com/PRODYNA.png","language":"Go","readme":"# GitHub Users\n\nGitHub Action that can create various list of users from GitHub\n\n* All known GitHub users with their linked SSO accounts\n* List of all external collaborators and who invited them\n\n## User list\n\nCreates a markdown file with the list of all users of the enterprise.\n\n### Example\n\n\u003e # GitHub Enterprise Users\n\u003e | # | GitHub Login                                                 | E-Mail          |\n\u003e | --- |--------------------------------------------------------------|-----------------|\n\u003e | 1 | [foo](https://github.com/enterprises/octocat/people/foo/sso) | foo@octocat.com |\n\u003e | 2 | [bar](https://github.com/enterprises/octocat/people/bar/sso) | bar@octocat.com |\n\n### Using\n\nThis action can be used in a workflow like this:\n\n```yaml\nname: Create userlist\n\non:\n  workflow_dispatch:\n  # Every day at 07:00\n  schedule:\n    - cron: '0 7 * * *'\n\njobs:\n  create-userlist:\n    name: \"Create userlist\"\n    runs-on: ubuntu-latest\n    steps:\n      # Checkout the existing content of thre repository\n      - name: Checkout\n        uses: actions/checkout@v2\n\n      # Run the deployment overview action\n      - name: Github users\n        uses: prodyna/github-users@v1.6\n        with:\n          # The action to run\n          action: members\n          # The GitHub Enterprise to query for repositories\n          enterprise: octocat\n          # The GitHub Token to use for authentication\n          github-token: ${{ secrets.GITHUB_TOKEN }}\n          # The template file to use for rendering the result\n          template-file: template/members.tpl\n          # The markdown file to write the result to\n          output-file: MEMBERS.md\n          # Verbosity level, 0=info, 1=debug\n          verbose: 1\n\n      # Run the deployment overview action\n      - name: Github users\n        uses: prodyna/github-users@v1.6\n        with:\n          # The action to run\n          action: collaborators\n          # The GitHub Enterprise to query for repositories\n          enterprise: octocat\n          # The GitHub Token to use for authentication\n          github-token: ${{ secrets.GITHUB_TOKEN }}\n          # The template file to use for rendering the result\n          template-file: template/collaborators.tpl\n          # The markdown file to write the result to\n          output-file: COLLABORATORS.md\n          # Verbosity level, 0=info, 1=debug\n          verbose: 1\n\n      # Push the generated files\n      - name: Commit changes\n        run: |\n          git config --local user.email \"darko@krizic.net\"\n          git config --local user.name \"Deployment Overview\"\n          git add MEMBERS.md COLLABORATORS.md\n          git commit -m \"Add/update deployment overview\"\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprodyna%2Fgithub-users","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprodyna%2Fgithub-users","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprodyna%2Fgithub-users/lists"}