We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf8702 commit d561e50Copy full SHA for d561e50
.github/local-actions/branch-manager/main.js
ng-dev/pr/config/index.ts
@@ -79,8 +79,7 @@ export function assertValidPullRequestConfig<T extends NgDevConfig>(
79
);
80
}
81
82
- const {githubApiMerge} = config.pullRequest;
83
- if (githubApiMerge === undefined) {
+ if (config.pullRequest.githubApiMerge === undefined) {
84
errors.push('No explicit choice of merge strategy. Please set `githubApiMerge`.');
85
86
0 commit comments