remove redundant isRetry field

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2021-05-20 11:58:40 +02:00
parent f7973f9d0e
commit 4876d64d6b
@@ -73,7 +73,6 @@ type BranchProtectionOptions = {
client: Octokit;
owner: string;
repoName: string;
isRetry?: boolean;
};
export const enableBranchProtectionOnDefaultRepoBranch = async ({