summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--descriptions/api.github.com/api.github.com.json14
-rw-r--r--descriptions/api.github.com/api.github.com.yaml14
-rw-r--r--descriptions/api.github.com/dereferenced/api.github.com.deref.json54
-rw-r--r--descriptions/api.github.com/dereferenced/api.github.com.deref.yaml14
-rw-r--r--descriptions/ghes-3.0/dereferenced/ghes-3.0.deref.json54
-rw-r--r--descriptions/ghes-3.0/dereferenced/ghes-3.0.deref.yaml14
-rw-r--r--descriptions/ghes-3.0/ghes-3.0.json14
-rw-r--r--descriptions/ghes-3.0/ghes-3.0.yaml14
-rw-r--r--descriptions/ghes-3.1/dereferenced/ghes-3.1.deref.json54
-rw-r--r--descriptions/ghes-3.1/dereferenced/ghes-3.1.deref.yaml14
-rw-r--r--descriptions/ghes-3.1/ghes-3.1.json14
-rw-r--r--descriptions/ghes-3.1/ghes-3.1.yaml14
-rw-r--r--descriptions/ghes-3.2/dereferenced/ghes-3.2.deref.json54
-rw-r--r--descriptions/ghes-3.2/dereferenced/ghes-3.2.deref.yaml14
-rw-r--r--descriptions/ghes-3.2/ghes-3.2.json14
-rw-r--r--descriptions/ghes-3.2/ghes-3.2.yaml14
-rw-r--r--descriptions/ghes-3.3/dereferenced/ghes-3.3.deref.json54
-rw-r--r--descriptions/ghes-3.3/dereferenced/ghes-3.3.deref.yaml14
-rw-r--r--descriptions/ghes-3.3/ghes-3.3.json14
-rw-r--r--descriptions/ghes-3.3/ghes-3.3.yaml14
-rw-r--r--descriptions/github.ae/dereferenced/github.ae.deref.json54
-rw-r--r--descriptions/github.ae/dereferenced/github.ae.deref.yaml14
-rw-r--r--descriptions/github.ae/github.ae.json14
-rw-r--r--descriptions/github.ae/github.ae.yaml14
24 files changed, 564 insertions, 12 deletions
diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json
index d046ca5d5..df8654156 100644
--- a/descriptions/api.github.com/api.github.com.json
+++ b/descriptions/api.github.com/api.github.com.json
@@ -7295,6 +7295,11 @@
"description": "Toggles whether organization members can create private GitHub Pages sites. Can be one of: \n\\* `true` - all organization members can create private GitHub Pages sites. \n\\* `false` - no organization members can create private GitHub Pages sites. Existing published sites will not be impacted.",
"default": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "description": "Toggles whether organization members can fork private organization repositories. Can be one of: \n\\* `true` - all organization members can fork private repositories within the organization. \n\\* `false` - no organization members can fork private repositories within the organization.",
+ "default": false
+ },
"blog": {
"type": "string",
"example": "\"http://github.blog\""
@@ -59776,6 +59781,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -80412,7 +80422,8 @@
"members_can_create_public_repositories": false,
"members_can_create_private_repositories": false,
"members_can_create_internal_repositories": false,
- "members_can_create_pages": true
+ "members_can_create_pages": true,
+ "members_can_fork_private_repositories": false
}
},
"organization-full": {
@@ -80466,6 +80477,7 @@
"members_can_create_pages": true,
"members_can_create_public_pages": true,
"members_can_create_private_pages": true,
+ "members_can_fork_private_repositories": false,
"updated_at": "2014-03-03T18:58:10Z"
}
},
diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml
index 08c8d8617..c44171a6c 100644
--- a/descriptions/api.github.com/api.github.com.yaml
+++ b/descriptions/api.github.com/api.github.com.yaml
@@ -5194,6 +5194,14 @@ paths:
- no organization members can create private GitHub Pages sites.
Existing published sites will not be impacted."
default: true
+ members_can_fork_private_repositories:
+ type: boolean
+ description: "Toggles whether organization members can fork private
+ organization repositories. Can be one of: \n\\* `true` - all
+ organization members can fork private repositories within the
+ organization. \n\\* `false` - no organization members can fork
+ private repositories within the organization."
+ default: false
blog:
type: string
example: '"http://github.blog"'
@@ -43283,6 +43291,10 @@ components:
members_can_create_private_pages:
type: boolean
example: true
+ members_can_fork_private_repositories:
+ type: boolean
+ example: false
+ nullable: true
updated_at:
type: string
format: date-time
@@ -59215,6 +59227,7 @@ components:
members_can_create_private_repositories: false
members_can_create_internal_repositories: false
members_can_create_pages: true
+ members_can_fork_private_repositories: false
organization-full:
value:
login: github
@@ -59265,6 +59278,7 @@ components:
members_can_create_pages: true
members_can_create_public_pages: true
members_can_create_private_pages: true
+ members_can_fork_private_repositories: false
updated_at: '2014-03-03T18:58:10Z'
actions-organization-permissions:
value:
diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json
index b474fb77e..d216e6e8f 100644
--- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json
+++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json
@@ -52022,6 +52022,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -52105,7 +52110,8 @@
"members_can_create_public_repositories": false,
"members_can_create_private_repositories": false,
"members_can_create_internal_repositories": false,
- "members_can_create_pages": true
+ "members_can_create_pages": true,
+ "members_can_fork_private_repositories": false
}
}
}
@@ -52262,6 +52268,11 @@
"description": "Toggles whether organization members can create private GitHub Pages sites. Can be one of: \n\\* `true` - all organization members can create private GitHub Pages sites. \n\\* `false` - no organization members can create private GitHub Pages sites. Existing published sites will not be impacted.",
"default": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "description": "Toggles whether organization members can fork private organization repositories. Can be one of: \n\\* `true` - all organization members can fork private repositories within the organization. \n\\* `false` - no organization members can fork private repositories within the organization.",
+ "default": false
+ },
"blog": {
"type": "string",
"example": "\"http://github.blog\""
@@ -52510,6 +52521,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -52592,6 +52608,7 @@
"members_can_create_pages": true,
"members_can_create_public_pages": true,
"members_can_create_private_pages": true,
+ "members_can_fork_private_repositories": false,
"updated_at": "2014-03-03T18:58:10Z"
}
}
@@ -98678,6 +98695,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -99308,6 +99330,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -99915,6 +99942,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -372798,6 +372830,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -373402,6 +373439,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -373896,6 +373938,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -443795,6 +443842,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml
index 48b518ca0..f8471a35c 100644
--- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml
+++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml
@@ -11309,6 +11309,10 @@ paths:
members_can_create_private_pages:
type: boolean
example: true
+ members_can_fork_private_repositories:
+ type: boolean
+ example: false
+ nullable: true
updated_at:
type: string
format: date-time
@@ -11388,6 +11392,7 @@ paths:
members_can_create_private_repositories: false
members_can_create_internal_repositories: false
members_can_create_pages: true
+ members_can_fork_private_repositories: false
'404': *16
x-github:
githubCloudOnly: false
@@ -11539,6 +11544,14 @@ paths:
- no organization members can create private GitHub Pages sites.
Existing published sites will not be impacted."
default: true
+ members_can_fork_private_repositories:
+ type: boolean
+ description: "Toggles whether organization members can fork private
+ organization repositories. Can be one of: \n\\* `true` - all
+ organization members can fork private repositories within the
+ organization. \n\\* `false` - no organization members can fork
+ private repositories within the organization."
+ default: false
blog:
type: string
example: '"http://github.blog"'
@@ -11610,6 +11623,7 @@ paths:
members_can_create_pages: true
members_can_create_public_pages: true
members_can_create_private_pages: true
+ members_can_fork_private_repositories: false
updated_at: '2014-03-03T18:58:10Z'
'422':
description: Validation failed
diff --git a/descriptions/ghes-3.0/dereferenced/ghes-3.0.deref.json b/descriptions/ghes-3.0/dereferenced/ghes-3.0.deref.json
index 3ccfa49be..23b6192cf 100644
--- a/descriptions/ghes-3.0/dereferenced/ghes-3.0.deref.json
+++ b/descriptions/ghes-3.0/dereferenced/ghes-3.0.deref.json
@@ -55198,6 +55198,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -55281,7 +55286,8 @@
"members_can_create_public_repositories": false,
"members_can_create_private_repositories": false,
"members_can_create_internal_repositories": false,
- "members_can_create_pages": true
+ "members_can_create_pages": true,
+ "members_can_fork_private_repositories": false
}
}
}
@@ -55433,6 +55439,11 @@
"description": "Toggles whether organization members can create GitHub Pages sites. Can be one of: \n\\* `true` - all organization members can create GitHub Pages sites. \n\\* `false` - no organization members can create GitHub Pages sites. Existing published sites will not be impacted.",
"default": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "description": "Toggles whether organization members can fork private organization repositories. Can be one of: \n\\* `true` - all organization members can fork private repositories within the organization. \n\\* `false` - no organization members can fork private repositories within the organization.",
+ "default": false
+ },
"blog": {
"type": "string",
"example": "\"http://github.blog\""
@@ -55681,6 +55692,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -55763,6 +55779,7 @@
"members_can_create_pages": true,
"members_can_create_public_pages": true,
"members_can_create_private_pages": true,
+ "members_can_fork_private_repositories": false,
"updated_at": "2014-03-03T18:58:10Z"
}
}
@@ -82405,6 +82422,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -83034,6 +83056,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -83640,6 +83667,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -319427,6 +319459,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -320030,6 +320067,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -320523,6 +320565,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -354510,6 +354557,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
diff --git a/descriptions/ghes-3.0/dereferenced/ghes-3.0.deref.yaml b/descriptions/ghes-3.0/dereferenced/ghes-3.0.deref.yaml
index 7bbcd956d..ec638ebca 100644
--- a/descriptions/ghes-3.0/dereferenced/ghes-3.0.deref.yaml
+++ b/descriptions/ghes-3.0/dereferenced/ghes-3.0.deref.yaml
@@ -12492,6 +12492,10 @@ paths:
members_can_create_private_pages:
type: boolean
example: true
+ members_can_fork_private_repositories:
+ type: boolean
+ example: false
+ nullable: true
updated_at:
type: string
format: date-time
@@ -12571,6 +12575,7 @@ paths:
members_can_create_private_repositories: false
members_can_create_internal_repositories: false
members_can_create_pages: true
+ members_can_fork_private_repositories: false
'404': *32
x-github:
githubCloudOnly: false
@@ -12715,6 +12720,14 @@ paths:
members can create GitHub Pages sites. Existing published sites
will not be impacted."
default: true
+ members_can_fork_private_repositories:
+ type: boolean
+ description: "Toggles whether organization members can fork private
+ organization repositories. Can be one of: \n\\* `true` - all
+ organization members can fork private repositories within the
+ organization. \n\\* `false` - no organization members can fork
+ private repositories within the organization."
+ default: false
blog:
type: string
example: '"http://github.blog"'
@@ -12786,6 +12799,7 @@ paths:
members_can_create_pages: true
members_can_create_public_pages: true
members_can_create_private_pages: true
+ members_can_fork_private_repositories: false
updated_at: '2014-03-03T18:58:10Z'
'422':
description: Validation failed
diff --git a/descriptions/ghes-3.0/ghes-3.0.json b/descriptions/ghes-3.0/ghes-3.0.json
index ea06d749a..cd842ad35 100644
--- a/descriptions/ghes-3.0/ghes-3.0.json
+++ b/descriptions/ghes-3.0/ghes-3.0.json
@@ -9053,6 +9053,11 @@
"description": "Toggles whether organization members can create GitHub Pages sites. Can be one of: \n\\* `true` - all organization members can create GitHub Pages sites. \n\\* `false` - no organization members can create GitHub Pages sites. Existing published sites will not be impacted.",
"default": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "description": "Toggles whether organization members can fork private organization repositories. Can be one of: \n\\* `true` - all organization members can fork private repositories within the organization. \n\\* `false` - no organization members can fork private repositories within the organization.",
+ "default": false
+ },
"blog": {
"type": "string",
"example": "\"http://github.blog\""
@@ -52699,6 +52704,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -70102,7 +70112,8 @@
"members_can_create_public_repositories": false,
"members_can_create_private_repositories": false,
"members_can_create_internal_repositories": false,
- "members_can_create_pages": true
+ "members_can_create_pages": true,
+ "members_can_fork_private_repositories": false
}
},
"organization-full": {
@@ -70156,6 +70167,7 @@
"members_can_create_pages": true,
"members_can_create_public_pages": true,
"members_can_create_private_pages": true,
+ "members_can_fork_private_repositories": false,
"updated_at": "2014-03-03T18:58:10Z"
}
},
diff --git a/descriptions/ghes-3.0/ghes-3.0.yaml b/descriptions/ghes-3.0/ghes-3.0.yaml
index 776d1d36c..45987fe4f 100644
--- a/descriptions/ghes-3.0/ghes-3.0.yaml
+++ b/descriptions/ghes-3.0/ghes-3.0.yaml
@@ -6509,6 +6509,14 @@ paths:
members can create GitHub Pages sites. Existing published sites
will not be impacted."
default: true
+ members_can_fork_private_repositories:
+ type: boolean
+ description: "Toggles whether organization members can fork private
+ organization repositories. Can be one of: \n\\* `true` - all
+ organization members can fork private repositories within the
+ organization. \n\\* `false` - no organization members can fork
+ private repositories within the organization."
+ default: false
blog:
type: string
example: '"http://github.blog"'
@@ -38914,6 +38922,10 @@ components:
members_can_create_private_pages:
type: boolean
example: true
+ members_can_fork_private_repositories:
+ type: boolean
+ example: false
+ nullable: true
updated_at:
type: string
format: date-time
@@ -52392,6 +52404,7 @@ components:
members_can_create_private_repositories: false
members_can_create_internal_repositories: false
members_can_create_pages: true
+ members_can_fork_private_repositories: false
organization-full:
value:
login: github
@@ -52442,6 +52455,7 @@ components:
members_can_create_pages: true
members_can_create_public_pages: true
members_can_create_private_pages: true
+ members_can_fork_private_repositories: false
updated_at: '2014-03-03T18:58:10Z'
actions-organization-permissions:
value:
diff --git a/descriptions/ghes-3.1/dereferenced/ghes-3.1.deref.json b/descriptions/ghes-3.1/dereferenced/ghes-3.1.deref.json
index 02aea8b68..c29d1752c 100644
--- a/descriptions/ghes-3.1/dereferenced/ghes-3.1.deref.json
+++ b/descriptions/ghes-3.1/dereferenced/ghes-3.1.deref.json
@@ -55223,6 +55223,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -55306,7 +55311,8 @@
"members_can_create_public_repositories": false,
"members_can_create_private_repositories": false,
"members_can_create_internal_repositories": false,
- "members_can_create_pages": true
+ "members_can_create_pages": true,
+ "members_can_fork_private_repositories": false
}
}
}
@@ -55458,6 +55464,11 @@
"description": "Toggles whether organization members can create GitHub Pages sites. Can be one of: \n\\* `true` - all organization members can create GitHub Pages sites. \n\\* `false` - no organization members can create GitHub Pages sites. Existing published sites will not be impacted.",
"default": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "description": "Toggles whether organization members can fork private organization repositories. Can be one of: \n\\* `true` - all organization members can fork private repositories within the organization. \n\\* `false` - no organization members can fork private repositories within the organization.",
+ "default": false
+ },
"blog": {
"type": "string",
"example": "\"http://github.blog\""
@@ -55706,6 +55717,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -55788,6 +55804,7 @@
"members_can_create_pages": true,
"members_can_create_public_pages": true,
"members_can_create_private_pages": true,
+ "members_can_fork_private_repositories": false,
"updated_at": "2014-03-03T18:58:10Z"
}
}
@@ -82720,6 +82737,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -83349,6 +83371,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -83955,6 +83982,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -324321,6 +324353,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -324924,6 +324961,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -325417,6 +325459,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -359418,6 +359465,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
diff --git a/descriptions/ghes-3.1/dereferenced/ghes-3.1.deref.yaml b/descriptions/ghes-3.1/dereferenced/ghes-3.1.deref.yaml
index 4a93adbdc..7cf8243ab 100644
--- a/descriptions/ghes-3.1/dereferenced/ghes-3.1.deref.yaml
+++ b/descriptions/ghes-3.1/dereferenced/ghes-3.1.deref.yaml
@@ -12499,6 +12499,10 @@ paths:
members_can_create_private_pages:
type: boolean
example: true
+ members_can_fork_private_repositories:
+ type: boolean
+ example: false
+ nullable: true
updated_at:
type: string
format: date-time
@@ -12578,6 +12582,7 @@ paths:
members_can_create_private_repositories: false
members_can_create_internal_repositories: false
members_can_create_pages: true
+ members_can_fork_private_repositories: false
'404': *32
x-github:
githubCloudOnly: false
@@ -12722,6 +12727,14 @@ paths:
members can create GitHub Pages sites. Existing published sites
will not be impacted."
default: true
+ members_can_fork_private_repositories:
+ type: boolean
+ description: "Toggles whether organization members can fork private
+ organization repositories. Can be one of: \n\\* `true` - all
+ organization members can fork private repositories within the
+ organization. \n\\* `false` - no organization members can fork
+ private repositories within the organization."
+ default: false
blog:
type: string
example: '"http://github.blog"'
@@ -12793,6 +12806,7 @@ paths:
members_can_create_pages: true
members_can_create_public_pages: true
members_can_create_private_pages: true
+ members_can_fork_private_repositories: false
updated_at: '2014-03-03T18:58:10Z'
'422':
description: Validation failed
diff --git a/descriptions/ghes-3.1/ghes-3.1.json b/descriptions/ghes-3.1/ghes-3.1.json
index 2046efd58..d50c91731 100644
--- a/descriptions/ghes-3.1/ghes-3.1.json
+++ b/descriptions/ghes-3.1/ghes-3.1.json
@@ -9053,6 +9053,11 @@
"description": "Toggles whether organization members can create GitHub Pages sites. Can be one of: \n\\* `true` - all organization members can create GitHub Pages sites. \n\\* `false` - no organization members can create GitHub Pages sites. Existing published sites will not be impacted.",
"default": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "description": "Toggles whether organization members can fork private organization repositories. Can be one of: \n\\* `true` - all organization members can fork private repositories within the organization. \n\\* `false` - no organization members can fork private repositories within the organization.",
+ "default": false
+ },
"blog": {
"type": "string",
"example": "\"http://github.blog\""
@@ -53396,6 +53401,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -71113,7 +71123,8 @@
"members_can_create_public_repositories": false,
"members_can_create_private_repositories": false,
"members_can_create_internal_repositories": false,
- "members_can_create_pages": true
+ "members_can_create_pages": true,
+ "members_can_fork_private_repositories": false
}
},
"organization-full": {
@@ -71167,6 +71178,7 @@
"members_can_create_pages": true,
"members_can_create_public_pages": true,
"members_can_create_private_pages": true,
+ "members_can_fork_private_repositories": false,
"updated_at": "2014-03-03T18:58:10Z"
}
},
diff --git a/descriptions/ghes-3.1/ghes-3.1.yaml b/descriptions/ghes-3.1/ghes-3.1.yaml
index 64c3682d5..83fe8b3f0 100644
--- a/descriptions/ghes-3.1/ghes-3.1.yaml
+++ b/descriptions/ghes-3.1/ghes-3.1.yaml
@@ -6509,6 +6509,14 @@ paths:
members can create GitHub Pages sites. Existing published sites
will not be impacted."
default: true
+ members_can_fork_private_repositories:
+ type: boolean
+ description: "Toggles whether organization members can fork private
+ organization repositories. Can be one of: \n\\* `true` - all
+ organization members can fork private repositories within the
+ organization. \n\\* `false` - no organization members can fork
+ private repositories within the organization."
+ default: false
blog:
type: string
example: '"http://github.blog"'
@@ -39498,6 +39506,10 @@ components:
members_can_create_private_pages:
type: boolean
example: true
+ members_can_fork_private_repositories:
+ type: boolean
+ example: false
+ nullable: true
updated_at:
type: string
format: date-time
@@ -53214,6 +53226,7 @@ components:
members_can_create_private_repositories: false
members_can_create_internal_repositories: false
members_can_create_pages: true
+ members_can_fork_private_repositories: false
organization-full:
value:
login: github
@@ -53264,6 +53277,7 @@ components:
members_can_create_pages: true
members_can_create_public_pages: true
members_can_create_private_pages: true
+ members_can_fork_private_repositories: false
updated_at: '2014-03-03T18:58:10Z'
actions-organization-permissions:
value:
diff --git a/descriptions/ghes-3.2/dereferenced/ghes-3.2.deref.json b/descriptions/ghes-3.2/dereferenced/ghes-3.2.deref.json
index c7b3529a1..ed87f3cfd 100644
--- a/descriptions/ghes-3.2/dereferenced/ghes-3.2.deref.json
+++ b/descriptions/ghes-3.2/dereferenced/ghes-3.2.deref.json
@@ -56206,6 +56206,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -56289,7 +56294,8 @@
"members_can_create_public_repositories": false,
"members_can_create_private_repositories": false,
"members_can_create_internal_repositories": false,
- "members_can_create_pages": true
+ "members_can_create_pages": true,
+ "members_can_fork_private_repositories": false
}
}
}
@@ -56441,6 +56447,11 @@
"description": "Toggles whether organization members can create GitHub Pages sites. Can be one of: \n\\* `true` - all organization members can create GitHub Pages sites. \n\\* `false` - no organization members can create GitHub Pages sites. Existing published sites will not be impacted.",
"default": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "description": "Toggles whether organization members can fork private organization repositories. Can be one of: \n\\* `true` - all organization members can fork private repositories within the organization. \n\\* `false` - no organization members can fork private repositories within the organization.",
+ "default": false
+ },
"blog": {
"type": "string",
"example": "\"http://github.blog\""
@@ -56689,6 +56700,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -56771,6 +56787,7 @@
"members_can_create_pages": true,
"members_can_create_public_pages": true,
"members_can_create_private_pages": true,
+ "members_can_fork_private_repositories": false,
"updated_at": "2014-03-03T18:58:10Z"
}
}
@@ -84675,6 +84692,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -85304,6 +85326,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -85910,6 +85937,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -332229,6 +332261,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -332832,6 +332869,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -333325,6 +333367,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -367431,6 +367478,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
diff --git a/descriptions/ghes-3.2/dereferenced/ghes-3.2.deref.yaml b/descriptions/ghes-3.2/dereferenced/ghes-3.2.deref.yaml
index d75a44c24..f36dae295 100644
--- a/descriptions/ghes-3.2/dereferenced/ghes-3.2.deref.yaml
+++ b/descriptions/ghes-3.2/dereferenced/ghes-3.2.deref.yaml
@@ -12895,6 +12895,10 @@ paths:
members_can_create_private_pages:
type: boolean
example: true
+ members_can_fork_private_repositories:
+ type: boolean
+ example: false
+ nullable: true
updated_at:
type: string
format: date-time
@@ -12974,6 +12978,7 @@ paths:
members_can_create_private_repositories: false
members_can_create_internal_repositories: false
members_can_create_pages: true
+ members_can_fork_private_repositories: false
'404': *36
x-github:
githubCloudOnly: false
@@ -13118,6 +13123,14 @@ paths:
members can create GitHub Pages sites. Existing published sites
will not be impacted."
default: true
+ members_can_fork_private_repositories:
+ type: boolean
+ description: "Toggles whether organization members can fork private
+ organization repositories. Can be one of: \n\\* `true` - all
+ organization members can fork private repositories within the
+ organization. \n\\* `false` - no organization members can fork
+ private repositories within the organization."
+ default: false
blog:
type: string
example: '"http://github.blog"'
@@ -13189,6 +13202,7 @@ paths:
members_can_create_pages: true
members_can_create_public_pages: true
members_can_create_private_pages: true
+ members_can_fork_private_repositories: false
updated_at: '2014-03-03T18:58:10Z'
'422':
description: Validation failed
diff --git a/descriptions/ghes-3.2/ghes-3.2.json b/descriptions/ghes-3.2/ghes-3.2.json
index 6b1053fc5..09bedf96a 100644
--- a/descriptions/ghes-3.2/ghes-3.2.json
+++ b/descriptions/ghes-3.2/ghes-3.2.json
@@ -9191,6 +9191,11 @@
"description": "Toggles whether organization members can create GitHub Pages sites. Can be one of: \n\\* `true` - all organization members can create GitHub Pages sites. \n\\* `false` - no organization members can create GitHub Pages sites. Existing published sites will not be impacted.",
"default": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "description": "Toggles whether organization members can fork private organization repositories. Can be one of: \n\\* `true` - all organization members can fork private repositories within the organization. \n\\* `false` - no organization members can fork private repositories within the organization.",
+ "default": false
+ },
"blog": {
"type": "string",
"example": "\"http://github.blog\""
@@ -54965,6 +54970,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -73147,7 +73157,8 @@
"members_can_create_public_repositories": false,
"members_can_create_private_repositories": false,
"members_can_create_internal_repositories": false,
- "members_can_create_pages": true
+ "members_can_create_pages": true,
+ "members_can_fork_private_repositories": false
}
},
"organization-full": {
@@ -73201,6 +73212,7 @@
"members_can_create_pages": true,
"members_can_create_public_pages": true,
"members_can_create_private_pages": true,
+ "members_can_fork_private_repositories": false,
"updated_at": "2014-03-03T18:58:10Z"
}
},
diff --git a/descriptions/ghes-3.2/ghes-3.2.yaml b/descriptions/ghes-3.2/ghes-3.2.yaml
index d31bab3f0..f4a9fa3e1 100644
--- a/descriptions/ghes-3.2/ghes-3.2.yaml
+++ b/descriptions/ghes-3.2/ghes-3.2.yaml
@@ -6607,6 +6607,14 @@ paths:
members can create GitHub Pages sites. Existing published sites
will not be impacted."
default: true
+ members_can_fork_private_repositories:
+ type: boolean
+ description: "Toggles whether organization members can fork private
+ organization repositories. Can be one of: \n\\* `true` - all
+ organization members can fork private repositories within the
+ organization. \n\\* `false` - no organization members can fork
+ private repositories within the organization."
+ default: false
blog:
type: string
example: '"http://github.blog"'
@@ -40654,6 +40662,10 @@ components:
members_can_create_private_pages:
type: boolean
example: true
+ members_can_fork_private_repositories:
+ type: boolean
+ example: false
+ nullable: true
updated_at:
type: string
format: date-time
@@ -54736,6 +54748,7 @@ components:
members_can_create_private_repositories: false
members_can_create_internal_repositories: false
members_can_create_pages: true
+ members_can_fork_private_repositories: false
organization-full:
value:
login: github
@@ -54786,6 +54799,7 @@ components:
members_can_create_pages: true
members_can_create_public_pages: true
members_can_create_private_pages: true
+ members_can_fork_private_repositories: false
updated_at: '2014-03-03T18:58:10Z'
actions-organization-permissions:
value:
diff --git a/descriptions/ghes-3.3/dereferenced/ghes-3.3.deref.json b/descriptions/ghes-3.3/dereferenced/ghes-3.3.deref.json
index 35c38d820..85356cf24 100644
--- a/descriptions/ghes-3.3/dereferenced/ghes-3.3.deref.json
+++ b/descriptions/ghes-3.3/dereferenced/ghes-3.3.deref.json
@@ -56441,6 +56441,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -56524,7 +56529,8 @@
"members_can_create_public_repositories": false,
"members_can_create_private_repositories": false,
"members_can_create_internal_repositories": false,
- "members_can_create_pages": true
+ "members_can_create_pages": true,
+ "members_can_fork_private_repositories": false
}
}
}
@@ -56671,6 +56677,11 @@
"description": "Toggles whether organization members can create GitHub Pages sites. Can be one of: \n\\* `true` - all organization members can create GitHub Pages sites. \n\\* `false` - no organization members can create GitHub Pages sites. Existing published sites will not be impacted.",
"default": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "description": "Toggles whether organization members can fork private organization repositories. Can be one of: \n\\* `true` - all organization members can fork private repositories within the organization. \n\\* `false` - no organization members can fork private repositories within the organization.",
+ "default": false
+ },
"blog": {
"type": "string",
"example": "\"http://github.blog\""
@@ -56919,6 +56930,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -57001,6 +57017,7 @@
"members_can_create_pages": true,
"members_can_create_public_pages": true,
"members_can_create_private_pages": true,
+ "members_can_fork_private_repositories": false,
"updated_at": "2014-03-03T18:58:10Z"
}
}
@@ -87454,6 +87471,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -88083,6 +88105,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -88689,6 +88716,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -339476,6 +339508,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -340079,6 +340116,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -340572,6 +340614,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -374575,6 +374622,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
diff --git a/descriptions/ghes-3.3/dereferenced/ghes-3.3.deref.yaml b/descriptions/ghes-3.3/dereferenced/ghes-3.3.deref.yaml
index 12cf8651f..5ca14daa7 100644
--- a/descriptions/ghes-3.3/dereferenced/ghes-3.3.deref.yaml
+++ b/descriptions/ghes-3.3/dereferenced/ghes-3.3.deref.yaml
@@ -13093,6 +13093,10 @@ paths:
members_can_create_private_pages:
type: boolean
example: true
+ members_can_fork_private_repositories:
+ type: boolean
+ example: false
+ nullable: true
updated_at:
type: string
format: date-time
@@ -13172,6 +13176,7 @@ paths:
members_can_create_private_repositories: false
members_can_create_internal_repositories: false
members_can_create_pages: true
+ members_can_fork_private_repositories: false
'404': *34
x-github:
githubCloudOnly: false
@@ -13307,6 +13312,14 @@ paths:
members can create GitHub Pages sites. Existing published sites
will not be impacted."
default: true
+ members_can_fork_private_repositories:
+ type: boolean
+ description: "Toggles whether organization members can fork private
+ organization repositories. Can be one of: \n\\* `true` - all
+ organization members can fork private repositories within the
+ organization. \n\\* `false` - no organization members can fork
+ private repositories within the organization."
+ default: false
blog:
type: string
example: '"http://github.blog"'
@@ -13378,6 +13391,7 @@ paths:
members_can_create_pages: true
members_can_create_public_pages: true
members_can_create_private_pages: true
+ members_can_fork_private_repositories: false
updated_at: '2014-03-03T18:58:10Z'
'422':
description: Validation failed
diff --git a/descriptions/ghes-3.3/ghes-3.3.json b/descriptions/ghes-3.3/ghes-3.3.json
index 70278c77e..6e988e715 100644
--- a/descriptions/ghes-3.3/ghes-3.3.json
+++ b/descriptions/ghes-3.3/ghes-3.3.json
@@ -9065,6 +9065,11 @@
"description": "Toggles whether organization members can create GitHub Pages sites. Can be one of: \n\\* `true` - all organization members can create GitHub Pages sites. \n\\* `false` - no organization members can create GitHub Pages sites. Existing published sites will not be impacted.",
"default": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "description": "Toggles whether organization members can fork private organization repositories. Can be one of: \n\\* `true` - all organization members can fork private repositories within the organization. \n\\* `false` - no organization members can fork private repositories within the organization.",
+ "default": false
+ },
"blog": {
"type": "string",
"example": "\"http://github.blog\""
@@ -54904,6 +54909,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -73297,7 +73307,8 @@
"members_can_create_public_repositories": false,
"members_can_create_private_repositories": false,
"members_can_create_internal_repositories": false,
- "members_can_create_pages": true
+ "members_can_create_pages": true,
+ "members_can_fork_private_repositories": false
}
},
"organization-full": {
@@ -73351,6 +73362,7 @@
"members_can_create_pages": true,
"members_can_create_public_pages": true,
"members_can_create_private_pages": true,
+ "members_can_fork_private_repositories": false,
"updated_at": "2014-03-03T18:58:10Z"
}
},
diff --git a/descriptions/ghes-3.3/ghes-3.3.yaml b/descriptions/ghes-3.3/ghes-3.3.yaml
index 2f5041d5f..93e610f95 100644
--- a/descriptions/ghes-3.3/ghes-3.3.yaml
+++ b/descriptions/ghes-3.3/ghes-3.3.yaml
@@ -6399,6 +6399,14 @@ paths:
members can create GitHub Pages sites. Existing published sites
will not be impacted."
default: true
+ members_can_fork_private_repositories:
+ type: boolean
+ description: "Toggles whether organization members can fork private
+ organization repositories. Can be one of: \n\\* `true` - all
+ organization members can fork private repositories within the
+ organization. \n\\* `false` - no organization members can fork
+ private repositories within the organization."
+ default: false
blog:
type: string
example: '"http://github.blog"'
@@ -39752,6 +39760,10 @@ components:
members_can_create_private_pages:
type: boolean
example: true
+ members_can_fork_private_repositories:
+ type: boolean
+ example: false
+ nullable: true
updated_at:
type: string
format: date-time
@@ -54027,6 +54039,7 @@ components:
members_can_create_private_repositories: false
members_can_create_internal_repositories: false
members_can_create_pages: true
+ members_can_fork_private_repositories: false
organization-full:
value:
login: github
@@ -54077,6 +54090,7 @@ components:
members_can_create_pages: true
members_can_create_public_pages: true
members_can_create_private_pages: true
+ members_can_fork_private_repositories: false
updated_at: '2014-03-03T18:58:10Z'
actions-organization-permissions:
value:
diff --git a/descriptions/github.ae/dereferenced/github.ae.deref.json b/descriptions/github.ae/dereferenced/github.ae.deref.json
index e459a6376..bcc965802 100644
--- a/descriptions/github.ae/dereferenced/github.ae.deref.json
+++ b/descriptions/github.ae/dereferenced/github.ae.deref.json
@@ -36045,6 +36045,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -36128,7 +36133,8 @@
"members_can_create_public_repositories": false,
"members_can_create_private_repositories": false,
"members_can_create_internal_repositories": false,
- "members_can_create_pages": true
+ "members_can_create_pages": true,
+ "members_can_fork_private_repositories": false
}
}
}
@@ -36285,6 +36291,11 @@
"description": "Toggles whether organization members can create private GitHub Pages sites. Can be one of: \n\\* `true` - all organization members can create private GitHub Pages sites. \n\\* `false` - no organization members can create private GitHub Pages sites. Existing published sites will not be impacted.",
"default": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "description": "Toggles whether organization members can fork private organization repositories. Can be one of: \n\\* `true` - all organization members can fork private repositories within the organization. \n\\* `false` - no organization members can fork private repositories within the organization.",
+ "default": false
+ },
"blog": {
"type": "string",
"example": "\"http://github.blog\""
@@ -36533,6 +36544,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -36615,6 +36631,7 @@
"members_can_create_pages": true,
"members_can_create_public_pages": true,
"members_can_create_private_pages": true,
+ "members_can_fork_private_repositories": false,
"updated_at": "2014-03-03T18:58:10Z"
}
}
@@ -54724,6 +54741,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -55354,6 +55376,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -55961,6 +55988,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -296176,6 +296208,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -296780,6 +296817,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -297274,6 +297316,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -330398,6 +330445,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
diff --git a/descriptions/github.ae/dereferenced/github.ae.deref.yaml b/descriptions/github.ae/dereferenced/github.ae.deref.yaml
index a5de31d70..a5c10dbd4 100644
--- a/descriptions/github.ae/dereferenced/github.ae.deref.yaml
+++ b/descriptions/github.ae/dereferenced/github.ae.deref.yaml
@@ -10407,6 +10407,10 @@ paths:
members_can_create_private_pages:
type: boolean
example: true
+ members_can_fork_private_repositories:
+ type: boolean
+ example: false
+ nullable: true
updated_at:
type: string
format: date-time
@@ -10486,6 +10490,7 @@ paths:
members_can_create_private_repositories: false
members_can_create_internal_repositories: false
members_can_create_pages: true
+ members_can_fork_private_repositories: false
'404': *30
x-github:
githubCloudOnly: false
@@ -10637,6 +10642,14 @@ paths:
- no organization members can create private GitHub Pages sites.
Existing published sites will not be impacted."
default: true
+ members_can_fork_private_repositories:
+ type: boolean
+ description: "Toggles whether organization members can fork private
+ organization repositories. Can be one of: \n\\* `true` - all
+ organization members can fork private repositories within the
+ organization. \n\\* `false` - no organization members can fork
+ private repositories within the organization."
+ default: false
blog:
type: string
example: '"http://github.blog"'
@@ -10708,6 +10721,7 @@ paths:
members_can_create_pages: true
members_can_create_public_pages: true
members_can_create_private_pages: true
+ members_can_fork_private_repositories: false
updated_at: '2014-03-03T18:58:10Z'
'422':
description: Validation failed
diff --git a/descriptions/github.ae/github.ae.json b/descriptions/github.ae/github.ae.json
index 2a21d8f8c..cbbe8938c 100644
--- a/descriptions/github.ae/github.ae.json
+++ b/descriptions/github.ae/github.ae.json
@@ -6865,6 +6865,11 @@
"description": "Toggles whether organization members can create private GitHub Pages sites. Can be one of: \n\\* `true` - all organization members can create private GitHub Pages sites. \n\\* `false` - no organization members can create private GitHub Pages sites. Existing published sites will not be impacted.",
"default": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "description": "Toggles whether organization members can fork private organization repositories. Can be one of: \n\\* `true` - all organization members can fork private repositories within the organization. \n\\* `false` - no organization members can fork private repositories within the organization.",
+ "default": false
+ },
"blog": {
"type": "string",
"example": "\"http://github.blog\""
@@ -48578,6 +48583,11 @@
"type": "boolean",
"example": true
},
+ "members_can_fork_private_repositories": {
+ "type": "boolean",
+ "example": false,
+ "nullable": true
+ },
"updated_at": {
"type": "string",
"format": "date-time"
@@ -66055,7 +66065,8 @@
"members_can_create_public_repositories": false,
"members_can_create_private_repositories": false,
"members_can_create_internal_repositories": false,
- "members_can_create_pages": true
+ "members_can_create_pages": true,
+ "members_can_fork_private_repositories": false
}
},
"organization-full": {
@@ -66109,6 +66120,7 @@
"members_can_create_pages": true,
"members_can_create_public_pages": true,
"members_can_create_private_pages": true,
+ "members_can_fork_private_repositories": false,
"updated_at": "2014-03-03T18:58:10Z"
}
},
diff --git a/descriptions/github.ae/github.ae.yaml b/descriptions/github.ae/github.ae.yaml
index d6b8c005e..ace863a87 100644
--- a/descriptions/github.ae/github.ae.yaml
+++ b/descriptions/github.ae/github.ae.yaml
@@ -4805,6 +4805,14 @@ paths:
- no organization members can create private GitHub Pages sites.
Existing published sites will not be impacted."
default: true
+ members_can_fork_private_repositories:
+ type: boolean
+ description: "Toggles whether organization members can fork private
+ organization repositories. Can be one of: \n\\* `true` - all
+ organization members can fork private repositories within the
+ organization. \n\\* `false` - no organization members can fork
+ private repositories within the organization."
+ default: false
blog:
type: string
example: '"http://github.blog"'
@@ -35116,6 +35124,10 @@ components:
members_can_create_private_pages:
type: boolean
example: true
+ members_can_fork_private_repositories:
+ type: boolean
+ example: false
+ nullable: true
updated_at:
type: string
format: date-time
@@ -48644,6 +48656,7 @@ components:
members_can_create_private_repositories: false
members_can_create_internal_repositories: false
members_can_create_pages: true
+ members_can_fork_private_repositories: false
organization-full:
value:
login: github
@@ -48694,6 +48707,7 @@ components:
members_can_create_pages: true
members_can_create_public_pages: true
members_can_create_private_pages: true
+ members_can_fork_private_repositories: false
updated_at: '2014-03-03T18:58:10Z'
actions-organization-permissions:
value: