get_restrictions_for_org | SELECT | org | Shows which type of GitHub user can interact with this organization and when the restriction expires. If there is no restrictions, you will see an empty response. |
remove_restrictions_for_org | DELETE | org | Removes all interaction restrictions from public repositories in the given organization. You must be an organization owner to remove restrictions. |
set_restrictions_for_org | EXEC | org, data__limit | Temporarily restricts interactions to a certain type of GitHub user in any public repository in the given organization. You must be an organization owner to set these restrictions. Setting the interaction limit at the organization level will overwrite any interaction limits that are set for individual repositories owned by the organization. |