Get fork PR contributor approval permissions for an organization
GET
/orgs/{org}/actions/permissions/fork-pr-contributor-approval
Gets the fork PR contributor approval policy for an organization.
OAuth app tokens and personal access tokens (classic) need the admin:org scope or the “Actions policies” fine-grained permission to use this endpoint.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” org
required
string
The organization name. The name is not case sensitive.
Responses
Section titled “ Responses ”Response
Media type application/json
object
approval_policy
required
The policy that controls when fork PR workflows require approval from a maintainer.
string
Examples
Example default
{ "approval_policy": "first_time_contributors"}Resource not found
Media type application/json
Basic Error
Basic Error
object
message
string
documentation_url
string
url
string
status
string
Example generated
{ "message": "example", "documentation_url": "example", "url": "example", "status": "example"}