From 2882ac4da848495b83fff512a7b978ab0c20e49c Mon Sep 17 00:00:00 2001 From: Wayne Witzel III Date: Tue, 12 Sep 2017 11:07:22 -0400 Subject: [PATCH] extend api maintainers folder to main --- .github/BOTMETA.yml | 3 +++ .github/LABEL_MAP.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index 3dde04299cbd..4603303e4eaf 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -5,6 +5,9 @@ files: awx/api/: labels: component:api maintainers: $team_api + awx/main/: + labels: component:api + maintainers: $team_api installer/: labels: component:installer diff --git a/.github/LABEL_MAP.md b/.github/LABEL_MAP.md index 29d882bb6680..b48dc91a2609 100644 --- a/.github/LABEL_MAP.md +++ b/.github/LABEL_MAP.md @@ -6,4 +6,4 @@ UI: component:ui API: component:api Installer: component:installer Docs Pull Request: component:docs -Docs: component:docs +Documentation: component:docs