{"id":22089466,"url":"https://github.com/prodyna/invite-to-org","last_synced_at":"2025-03-23T22:48:13.490Z","repository":{"id":230256526,"uuid":"772069102","full_name":"PRODYNA/invite-to-org","owner":"PRODYNA","description":"GitHub Action to invite users from one org to another org automatically","archived":false,"fork":false,"pushed_at":"2024-04-19T13:20:48.000Z","size":25,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T06:24:28.030Z","etag":null,"topics":["docker","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}},"created_at":"2024-03-14T13:30:47.000Z","updated_at":"2024-03-28T16:36:12.000Z","dependencies_parsed_at":"2024-03-28T18:04:07.903Z","dependency_job_id":"1e93062c-09d8-4191-ad72-308827efc1de","html_url":"https://github.com/PRODYNA/invite-to-org","commit_stats":null,"previous_names":["prodyna/invite-to-org"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRODYNA%2Finvite-to-org","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRODYNA%2Finvite-to-org/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRODYNA%2Finvite-to-org/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRODYNA%2Finvite-to-org/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PRODYNA","download_url":"https://codeload.github.com/PRODYNA/invite-to-org/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":["docker","github","github-actions","go"],"created_at":"2024-12-01T02:12:57.320Z","updated_at":"2025-03-23T22:48:13.459Z","avatar_url":"https://github.com/PRODYNA.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Action for automatically inviting usrs\n\nUsers from one organization are automatically invited to another organization.\n\n## Usage\n\n```yaml\njobs:\n  invite-to-org:\n    runs-on: ubuntu-latest\n    concurrency:\n      group: ${{ github.workflow }}-${{ github.ref }}\n      cancel-in-progress: true\n\n    steps:\n      - name: Invite to organization\n        uses: prodyna/invite-to-org@v1.1\n        with:\n          # The GitHub Token to use for authentication, it needs permissions to read member in source-org and invite them to the target-org\n          github-token: ${{ secrets.INVITE_TOKEN }}\n          # The enterprise to which the source and target organizations belong\n          enterprise: \"prodyna\"\n          # The source organization from which to invite members\n          source-organization: \"prodyna\"\n          # The target organization to which to invite members\n          target-organization: \"prodyna-yasm\"\n          # No dry-run\n          dry-run: false\n          # Info level\n          verbose: 3\n          # The team to which to invite members\n          team: yasm-all\n```\n\nIn this case all members of the organization `prodyna` are invited to the organization `prodyna-yasm` in the team `yasm-all`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprodyna%2Finvite-to-org","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprodyna%2Finvite-to-org","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprodyna%2Finvite-to-org/lists"}