-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
Description
hi @iliakan
We'd like to change settings of wiki and ordinary merge as follow:
has_wiki: true,
allow_merge_commit: false,
so the entire setting of our repo should be:
{
has_projects: false,
has_wiki: true,
homepage: `https://javascript.info`,
allow_merge_commit: false,
allow_squash_merge: true,
allow_rebase_merge: false
}
Please help to modify them.
Many thanks.