/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v20.3.33
.ng-dev/pull-request.mjs
12 строк
361 B
Charles Lyding
build: change ng-dev config files to mjs with type jsdoc
05 дек 2023, 21:22
05 дек 2023, 21:22
8edee8e
Код
Авторство
О чём код?
/** * 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). * * @type { import("@angular/ng-dev").PullRequestConfig } */ export const pullRequest = { githubApiMerge: { default: 'rebase', labels: [{ pattern: 'merge: squash commits', method: 'squash' }], }, };