aboutsummaryrefslogtreecommitdiffstats
path: root/.github/labeler.yml
diff options
context:
space:
mode:
authorJason Song <i@wolfogre.com>2024-08-10 00:20:59 +0800
committerGitHub <noreply@github.com>2024-08-10 00:20:59 +0800
commitfb271d1e6a635df06e40aacd32a1652905ce69f8 (patch)
treedaaaa1c108152340bc4dc96ca5d599fd02010804 /.github/labeler.yml
parentf4d3120f9d1de6a260a5e625b3ffa6b35a069e9b (diff)
downloadgitea-fb271d1e6a635df06e40aacd32a1652905ce69f8.tar.gz
gitea-fb271d1e6a635df06e40aacd32a1652905ce69f8.zip
Add label `docs-update-needed` for PRs that modify `app.example.ini` (#31810)
To help #31536. Or it's easy to forget to update https://gitea.com/gitea/docs when modifying `app.example.ini`.
Diffstat (limited to '.github/labeler.yml')
-rw-r--r--.github/labeler.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index d1b4d00d80..265616baed 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -75,3 +75,8 @@ modifies/js:
- any-glob-to-any-file:
- "**/*.js"
- "**/*.vue"
+
+docs-update-needed:
+ - changed-files:
+ - any-glob-to-any-file:
+ - "custom/conf/app.example.ini"