fix
This commit is contained in:
parent
4ed44e8dd1
commit
42f11f507c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/prevent-file-change.yml
vendored
2
.github/workflows/prevent-file-change.yml
vendored
|
@ -12,5 +12,5 @@ jobs:
|
|||
with:
|
||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
# Regex, /src/lang/*.json is not allowed to be changed, except for /src/lang/en.json
|
||||
pattern: '^(?!src/lang/en\.json$)src/lang/.*\.json$'
|
||||
pattern: '^(?!frontend/src/lang/en\.json$)frontend/src/lang/.*\.json$'
|
||||
trustedAuthors: UptimeKumaBot
|
||||
|
|
Loading…
Add table
Reference in a new issue