feat(open-authoring): add alwaysFork option (#5204)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user