Skip to content

Commit d0ad668

Browse files
committed
ci: disable fixup commit messages
Fixup commit messages are not permitted in this repository. This update modifies the `ng-dev` commit message validator configuration to prevent such commits. (cherry picked from commit 55f7d87)
1 parent fea422d commit d0ad668

File tree

5 files changed

+2682
-679
lines changed

5 files changed

+2682
-679
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml").
33
# This file should be checked into version control along with the pnpm-lock.yaml file.
44
.npmrc=-2023857461
5-
package.json=600977484
6-
pnpm-lock.yaml=1098191211
5+
package.json=981583516
6+
pnpm-lock.yaml=-156871509
77
pnpm-workspace.yaml=1711114604
8-
yarn.lock=-1503170765
8+
yarn.lock=1479673

.ng-dev/commit-message.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const commitMessage = {
99
maxLineLength: Infinity,
1010
minBodyLength: 0,
1111
minBodyLengthTypeExcludes: ['docs'],
12+
disallowFixup: true,
1213
// Note: When changing this logic, also change the `contributing.ejs` file.
1314
scopes: packages.map(({ name }) => name),
1415
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@angular/forms": "19.0.0",
5555
"@angular/localize": "19.0.0",
5656
"@angular/material": "19.0.0-rc.3",
57-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#8214e3156e6c9eb06089f7c50bec735a2cb73c3b",
57+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#2dde6a7f809c2928ab1c7b85afb7fec0c49beafc",
5858
"@angular/platform-browser": "19.0.0",
5959
"@angular/platform-browser-dynamic": "19.0.0",
6060
"@angular/platform-server": "19.0.0",

0 commit comments

Comments
 (0)