зеркало из https://github.com/microsoft/fast.git
update for better comments
This commit is contained in:
Родитель
5797413767
Коммит
14334adae5
|
@ -10,6 +10,7 @@ if (!githubPAT && (process.argv.includes("bump") || process.argv.includes("publi
|
|||
);
|
||||
}
|
||||
|
||||
// Octokit is used to access the GitHub REST API
|
||||
const github = new Octokit({
|
||||
...repoDetails,
|
||||
...(githubPAT && { auth: "token " + githubPAT }),
|
||||
|
|
|
@ -4,9 +4,9 @@ import { IPullRequest, IRepoDetails } from "./types";
|
|||
export interface IGetPullRequestFromCommitParams {
|
||||
github: Octokit;
|
||||
repoDetails: IRepoDetails;
|
||||
/** Commit hash */
|
||||
// Commit hash
|
||||
commit: string;
|
||||
/** Provide this to have it included in the resulting IPullRequest */
|
||||
// Provide this to have it included in the resulting IPullRequest
|
||||
authorEmail?: string;
|
||||
verbose?: boolean;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче