File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ ts_project(
2121 "//ng-dev:__subpackages__" ,
2222 ],
2323 deps = [
24+ "//ng-dev:node_modules/@octokit/graphql-schema" ,
2425 "//ng-dev:node_modules/@octokit/plugin-rest-endpoint-methods" ,
2526 "//ng-dev:node_modules/@octokit/rest" ,
2627 "//ng-dev:node_modules/@types/node" ,
Original file line number Diff line number Diff line change 66 * found in the LICENSE file at https://angular.io/license
77 */
88
9+ import { IssueState } from '@octokit/graphql-schema' ;
910import {
1011 getTargetBranchesAndLabelForPullRequest ,
1112 PullRequestTarget ,
@@ -21,7 +22,6 @@ import {AuthenticatedGitClient} from '../../utils/git/authenticated-git-client.j
2122import { GithubConfig , NgDevConfig } from '../../utils/config.js' ;
2223import { PullRequestConfig , PullRequestValidationConfig } from '../config/index.js' ;
2324import { targetLabels } from '../common/labels/target.js' ;
24- import { IssueState } from '@octokit/graphql-schema' ;
2525
2626/** Interface describing a pull request's closing issue references. */
2727export interface PullRequestClosingIssuesReferences {
You can’t perform that action at this time.
0 commit comments