From 821f46615a94696d53fbae7604cc13106d6b932b Mon Sep 17 00:00:00 2001 From: Denny Septian Panggabean <97607754+ddevsr@users.noreply.github.com> Date: Thu, 3 Jul 2025 11:53:23 +0700 Subject: [PATCH] feat: labeler --- .github/labeler.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/labeler.yml diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 000000000000..3e93484521a0 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,11 @@ +# Github Action +"github_actions": + - changed-files: + - any-glob-to-any-file: + - .github/* + +# Documentation +"documentation": + - changed-files: + - any-glob-to-any-file: + - user_guide_src/*