]> source.dussan.org Git - gitea.git/commitdiff
Add label `docs-update-needed` for PRs that modify `app.example.ini` (#31810)
authorJason Song <i@wolfogre.com>
Fri, 9 Aug 2024 16:20:59 +0000 (00:20 +0800)
committerGitHub <noreply@github.com>
Fri, 9 Aug 2024 16:20:59 +0000 (00:20 +0800)
To help #31536.

Or it's easy to forget to update https://gitea.com/gitea/docs when
modifying `app.example.ini`.

.github/labeler.yml

index d1b4d00d80209a096552037cdf803fc78e8e6ec3..265616baed494df6f1f5f8ab6d2a1eb44589985b 100644 (file)
@@ -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"