GitHubManager.isBranchExist
브랜치가 존재하는지 확인하는 메소드입니다. @see GitHub API - Get a branch
Signature
isBranchExist: ({
branchName,
owner,
repo
}: IsBranchExistParams) => Promise<boolean>;
브랜치가 존재하는지 확인하는 메소드입니다. @see GitHub API - Get a branch
isBranchExist: ({
branchName,
owner,
repo
}: IsBranchExistParams) => Promise<boolean>;