From 02247731025d70b990e8cf10d01a7c0256152b55 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Fri, 17 Jan 2025 15:21:35 +0100 Subject: [PATCH] chore: handle area/history label Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/labeler.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index e4997f2a..45bef67a 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -96,6 +96,11 @@ area/hack: - changed-files: - any-glob-to-any-file: 'hack/**' +# Add 'area/history' label to changes in history command +area/history: + - changed-files: + - any-glob-to-any-file: 'commands/history/**' + # Add 'area/tests' label to changes in test files area/tests: - changed-files: