Merge pull request #5741 from backstage/freben/isretry
remove redundant isRetry field
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