From 820bf9b4ec5a28f9288993d9593b58ea3bd76971 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sat, 20 Apr 2024 14:03:06 +0200 Subject: [PATCH] .github: add area:events labeling Signed-off-by: Patrik Oldsberg --- .github/issue-labeler.yml | 2 ++ .github/labeler.yml | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.github/issue-labeler.yml b/.github/issue-labeler.yml index c86279d411..6d74ce8902 100644 --- a/.github/issue-labeler.yml +++ b/.github/issue-labeler.yml @@ -2,6 +2,8 @@ area:techdocs: - '/(techdocs|tech-docs|tech docs)/i' area:discoverability: - '/search/i' +area:events: + - '/events/i' area:catalog: - '/catalog/i' area:scaffolder: diff --git a/.github/labeler.yml b/.github/labeler.yml index cb28d955b4..a58da1d2f7 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -11,6 +11,10 @@ area:discoverability: # search + home - plugins/search-*/**/* - packages/search-*/**/* - plugins/home/**/* +area:events: + - changed-files: + - any-glob-to-any-file: + - plugins/events-*/**/* area:kubernetes: - changed-files: - any-glob-to-any-file: