diff --git a/docs/TRIAGE_AND_LABELS.md b/docs/TRIAGE_AND_LABELS.md index 5894e23e00..979da15af5 100644 --- a/docs/TRIAGE_AND_LABELS.md +++ b/docs/TRIAGE_AND_LABELS.md @@ -12,7 +12,7 @@ The owner of the component is then responsible for the secondary / component-lev The caretaker should be able to determine which component the issue belongs to. The components have a clear piece of source code associated with it within the `/packages/` folder of this repo. -* `comp: aio` - the angular.io application +* `comp: docs-infra` - the angular.io application * `comp: animations` * `comp: bazel` - @angular/bazel rules * `comp: benchpress` diff --git a/tools/validate-commit-message/commit-message.json b/tools/validate-commit-message/commit-message.json index 8fb2dd5f2d..089fc4bff9 100644 --- a/tools/validate-commit-message/commit-message.json +++ b/tools/validate-commit-message/commit-message.json @@ -21,6 +21,7 @@ "compiler", "compiler-cli", "core", + "docs-infra", "elements", "forms", "http",