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 private forking on the repository; this is only relevant if the repository is owned by an organization and is private or internal.",
256
256
},
257
257
"squash_merge_commit_title": {
258
-
Type: schema.TypeString,
259
-
Optional: true,
260
-
Default: "COMMIT_OR_PR_TITLE",
261
-
Description: "Can be 'PR_TITLE' or 'COMMIT_OR_PR_TITLE' for a default squash merge commit title.",
262
-
RequiredWith: []string{"allow_squash_merge"},
258
+
Type: schema.TypeString,
259
+
Optional: true,
260
+
Default: "COMMIT_OR_PR_TITLE",
261
+
Description: "Can be 'PR_TITLE' or 'COMMIT_OR_PR_TITLE' for a default squash merge commit title.",
263
262
},
264
263
"squash_merge_commit_message": {
265
-
Type: schema.TypeString,
266
-
Optional: true,
267
-
Default: "COMMIT_MESSAGES",
268
-
Description: "Can be 'PR_BODY', 'COMMIT_MESSAGES', or 'BLANK' for a default squash merge commit message.",
// We need to check the `allow_squash_merge` flag by checking if the `squash_merge_commit_title` and `squash_merge_commit_message` are set in the configuration.
0 commit comments