1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Update files-changed and labeler globs (#33720)

Few tweaks, should be self-explanatory.
This commit is contained in:
silverwind
2025-02-25 20:33:23 +01:00
committed by GitHub
parent b35a9da14c
commit 2aa59ba9e5
2 changed files with 10 additions and 8 deletions

View File

@@ -51,14 +51,16 @@ jobs:
- "options/locale/locale_en-US.ini"
frontend:
- "**/*.js"
- "*.js"
- "*.ts"
- "web_src/**"
- "tools/*.js"
- "tools/*.ts"
- "assets/emoji.json"
- "package.json"
- "package-lock.json"
- "Makefile"
- ".eslintrc.yaml"
- "stylelint.config.js"
- ".eslintrc.cjs"
- ".npmrc"
docs: