From ed16401acac30a9ce7846b1baa797f98e7db6c02 Mon Sep 17 00:00:00 2001 From: Jeff Malnick Date: Fri, 25 Sep 2020 11:29:19 -0700 Subject: [PATCH] Add api and core labels (#448) * docs: fix header for getting started * workflows: add api and core labels --- .github/labeler.yml | 87 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 585f807897..78d851bc81 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,9 +1,96 @@ api: - api/* +api/authmethods: + - api/authmethods/* + +api/authtokens: + - api/authtokens/* + +api/groups: + - api/groups/* + +api/hostcatalogs: + - api/hostcatalogs/* + +api/hosts: + - api/hosts/* + +api/hostsets: + - api/hostsets/* + +api/roles: + - api/roles/* + +api/scopes: + - api/scopes/* + +api/sessions: + - api/sessions/* + +api/targets: + - api/targets/* + +api/users: + - api/users/* + core: - internal/* +core/auth: + - internal/auth/* + +core/authtoken: + - internal/authtoken/* + +core/cmd: + - internal/cmd/* + +core/db: + - internal/db/* + +core/gen: + - internal/gen/* + +core/host: + - internal/host/* + +core/iam: + - internal/iam/* + +core/kms: + - internal/kms/* + +core/lib: + - internal/libs/* + +core/oplog: + - internal/oplog/* + +core/perms: + - internal/perms/* + +core/proto: + - internal/proto/* + +core/proxy: + - internal/proxy/* + +core/servers: + - internal/servers/* + +core/session: + - internal/session/* + +core/target: + - internal/target/* + +core/types: + - internal/types/* + +core/ui: + - internal/ui/* + website: - website/*