{"id":27867925,"url":"https://github.com/jamessingleton/is-organization-member","last_synced_at":"2025-05-04T22:55:39.517Z","repository":{"id":40717441,"uuid":"267222265","full_name":"JamesSingleton/is-organization-member","owner":"JamesSingleton","description":"GitHub Action to check if someone is part of a GitHub organization.","archived":false,"fork":false,"pushed_at":"2025-04-01T21:50:18.000Z","size":543,"stargazers_count":11,"open_issues_count":3,"forks_count":10,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-04T22:55:33.615Z","etag":null,"topics":["actions","github","github-action","github-action-javascript","github-actions","github-actions-javascript","github-actions-nodejs","hacktoberfest","is-organization-member","member","organization"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/JamesSingleton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2020-05-27T04:41:01.000Z","updated_at":"2025-04-01T21:50:22.000Z","dependencies_parsed_at":"2023-02-11T18:45:36.509Z","dependency_job_id":"8ae06fe0-a5c2-49c9-b3e3-711040723420","html_url":"https://github.com/JamesSingleton/is-organization-member","commit_stats":{"total_commits":26,"total_committers":4,"mean_commits":6.5,"dds":0.3846153846153846,"last_synced_commit":"3aa0834d0731f43207a8349a288ea89e601b311a"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":"actions/javascript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesSingleton%2Fis-organization-member","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesSingleton%2Fis-organization-member/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesSingleton%2Fis-organization-member/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesSingleton%2Fis-organization-member/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JamesSingleton","download_url":"https://codeload.github.com/JamesSingleton/is-organization-member/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252411824,"owners_count":21743613,"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","github-action","github-action-javascript","github-actions","github-actions-javascript","github-actions-nodejs","hacktoberfest","is-organization-member","member","organization"],"created_at":"2025-05-04T22:55:38.575Z","updated_at":"2025-05-04T22:55:39.512Z","avatar_url":"https://github.com/JamesSingleton.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Is Organization Member\n\nThis action returns if someone belongs to a certain organization or not.\n\n## Usage\n\nAn example workflow using the action:\n\n```yaml\nname: Is Organization Member Example\n\non:\n  issues:\n    types: [opened, labeled]\n\njobs:\n  welcome:\n    name: Welcome\n    runs-on: ubuntu-latest\n    steps:\n      - name: Check if organization member\n        id: is_organization_member\n        if: github.event.action == 'opened'\n        uses: JamesSingleton/is-organization-member@1.1.0\n        with:\n          organization: testorg\n          username: ${{ github.event.issue.user.login }}\n          token: ${{ secrets.GITHUB_TOKEN }}\n      - name: Create Comment\n        if: |\n          ${{ steps.is_organization_member.outputs.result == 'false' }}\n        run: echo User Does Not Belong to testorg\n```\n\n\u003e **Note:** In order to check whether a member is part of the organization\n\u003e or not, the members **must** have their \"Organization Visibility\" set to\n\u003e Public.\n\u003e In order to ensure your \"Organization Visibility\" is correct, please,\n\u003e check https://github.com/orgs/**your_organization**/people.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamessingleton%2Fis-organization-member","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamessingleton%2Fis-organization-member","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamessingleton%2Fis-organization-member/lists"}