From 86b9c3b0d34558660393efaf8a9c7ea1a804f70e Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Thu, 3 Aug 2023 18:41:57 -0400 Subject: [PATCH] chore: Add Storybook automated labeling Signed-off-by: Adam Harvey --- .github/labeler.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index eaba199588..dc048b1744 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -24,6 +24,8 @@ documentation: - docs/**/* microsite: - microsite/**/* +storybook: + - storybook/**/* auth: - plugins/auth-backend/**/* - packages/core-app-api/src/apis/implementations/auth/**/*