remove redundant isRetry field
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -73,7 +73,6 @@ type BranchProtectionOptions = {
|
||||
client: Octokit;
|
||||
owner: string;
|
||||
repoName: string;
|
||||
isRetry?: boolean;
|
||||
};
|
||||
|
||||
export const enableBranchProtectionOnDefaultRepoBranch = async ({
|
||||
|
||||
Reference in New Issue
Block a user