Skip to content

Commit

Permalink
build: replace ng-dev MergeConfig wiith PullRequestConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Sep 22, 2021
1 parent 5adfad3 commit b99371e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ng-dev/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { commitMessage } from './commit-message';
export { format } from './format';
export { github } from './github';
export { merge } from './merge';
export { pullRequest } from './pull-request';
export { release } from './release';
4 changes: 2 additions & 2 deletions .ng-dev/merge.ts → .ng-dev/pull-request.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { MergeConfig } from '@angular/dev-infra-private/ng-dev/pr/merge/config';
import { PullRequestConfig } from '@angular/dev-infra-private/ng-dev/pr/config';

/**
* Configuration for the merge tool in `ng-dev`. This sets up the labels which
* are respected by the merge script (e.g. the target labels).
*/
export const merge: MergeConfig = {
export const pullRequest: PullRequestConfig = {
githubApiMerge: {
default: 'rebase',
labels: [{ pattern: 'squash commits', method: 'squash' }],
Expand Down

1 comment on commit b99371e

@edward590
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can I get paid yet sorry about me acting like this but I need some of my money way can't I have it

Please sign in to comment.