Skip to content

Commit

Permalink
Ещё фикс?
Browse files Browse the repository at this point in the history
  • Loading branch information
Farrellka-dev committed Nov 27, 2024
1 parent 0beb0ff commit f158e24
Showing 1 changed file with 26 additions and 32 deletions.
58 changes: 26 additions & 32 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
"Изменения: Звуки":
- changed-files:
- any-glob-to-any-file: "**/*.ogg"
changed-files:
- "**/*.ogg"

"Изменения: C#":
- changed-files:
- any-glob-to-any-file: "**/*.cs"
changed-files:
- "**/*.cs"

"Изменения: Конфиг":
- changed-files:
- any-glob-to-any-file:
changed-files:
- "**/*.toml"
- "**/*.config"
- "*.json"
Expand All @@ -18,43 +17,38 @@
- ".editorconfig"

"Изменения: Документация":
- changed-files:
- any-glob-to-any-file:
- "**/*.xml"
- "**/*.md"
changed-files:
- "**/*.xml"
- "**/*.md"

"Изменения: Локализация":
- changed-files:
- any-glob-to-any-file: 'Resources/Locale/**/*.ftl'
changed-files:
- "Resources/Locale/**/*.ftl"

"Изменения: Карта":
- changed-files:
- any-glob-to-any-file:
- "Resources/Maps/**/*.yml"
- "Resources/Prototypes/Maps/**/*.yml"
changed-files:
- "Resources/Maps/**/*.yml"
- "Resources/Prototypes/Maps/**/*.yml"

"Изменения: Спрайт":
- changed-files:
- any-glob-to-any-file:
- "**/*.rsi/*.png"
- "**/*.rsi/*.json"
changed-files:
- "**/*.rsi/*.png"
- "**/*.rsi/*.json"

"Изменения: Интерфейс":
- changed-files:
- any-glob-to-any-file: "**/*.xaml*"
changed-files:
- "**/*.xaml*"

"Изменения: YML":
- changed-files:
- any-glob-to-any-file:
- "**/*.yml"
- all-globs-to-all-files:
- "!Resources/Maps/**/*.yml"
- "!Resources/Prototypes/Maps/**/*.yml"
changed-files:
- "**/*.yml"
- "!Resources/Maps/**/*.yml"
- "!Resources/Prototypes/Maps/**/*.yml"

"Изменения: Github":
- changed-files:
- any-glob-to-any-file: ".github/workflows/*.yml"
changed-files:
- ".github/workflows/*.yml"

"СВЯТЫЕ УГОДНИКИ":
- changed-files:
- any-glob-to-any-file: "Content.Server.Database/*"
changed-files:
- "Content.Server.Database/*"

0 comments on commit f158e24

Please sign in to comment.