From c9669f835641d46f616b23262e7b0739739e84c2 Mon Sep 17 00:00:00 2001
From: Jason Song <i@wolfogre.com>
Date: Fri, 9 Aug 2024 16:26:34 +0800
Subject: [PATCH 1/2] chore: add label docs-update-needed

---
 .github/labeler.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/labeler.yml b/.github/labeler.yml
index d1b4d00d80209..7046eb63d81a5 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -75,3 +75,8 @@ modifies/js:
       - any-glob-to-any-file:
           - "**/*.js"
           - "**/*.vue"
+
+modifies/docs-update-needed:
+  - changed-files:
+      - any-glob-to-any-file:
+          - "custom/conf/app.example.ini"

From d2e032a5e5727dc670b50df43bbeab2798b86e53 Mon Sep 17 00:00:00 2001
From: Jason Song <i@wolfogre.com>
Date: Fri, 9 Aug 2024 17:12:23 +0800
Subject: [PATCH 2/2] Update .github/labeler.yml

---
 .github/labeler.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/labeler.yml b/.github/labeler.yml
index 7046eb63d81a5..265616baed494 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -76,7 +76,7 @@ modifies/js:
           - "**/*.js"
           - "**/*.vue"
 
-modifies/docs-update-needed:
+docs-update-needed:
   - changed-files:
       - any-glob-to-any-file:
           - "custom/conf/app.example.ini"