feat(open-authoring): add alwaysFork option (#5204)

This commit is contained in:
Bassam Tabbara
2021-04-04 05:11:45 -07:00
committed by GitHub
parent 7a2a1810e3
commit 7b19e30dd2
2 changed files with 6 additions and 2 deletions

View File

@ -93,6 +93,7 @@ export type Config = {
backend: {
repo?: string | null;
open_authoring?: boolean;
always_fork?: boolean;
branch?: string;
api_root?: string;
squash_merges?: boolean;