From 83a06863f9dbfaa5523e3485627c070de7ff8984 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Mon, 4 Jun 2018 10:00:08 -0700 Subject: [PATCH] docs: rename the "aio" component to "docs-infra" (#24295) The legacy "aio" is still active for currently pending PRs, The GH label has been renamed as well PR Close #24295 --- docs/TRIAGE_AND_LABELS.md | 2 +- tools/validate-commit-message/commit-message.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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",