You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Set to 'true' to allow auto-merging pull requests on the repository.",
248
248
},
249
+
"allow_forking": {
250
+
Type: schema.TypeBool,
251
+
Optional: true,
252
+
Default: false,
253
+
Description: "Set to 'true' to allow private forking on the repository; this is only relevant if the repository is owned by an organization and is private or internal.",
Copy file name to clipboardExpand all lines: website/docs/d/repository.html.markdown
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,8 @@ The following arguments are supported:
57
57
58
58
*`allow_auto_merge` - Whether the repository allows auto-merging pull requests.
59
59
60
+
*`allow_forking` - Whether the repository allows private forking; this is only relevant if the repository is owned by an organization and is private or internal.
61
+
60
62
*`squash_merge_commit_title` - The default value for a squash merge commit title.
61
63
62
64
*`squash_merge_commit_message` - The default value for a squash merge commit message.
0 commit comments