Skip to content

Commit

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

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

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

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

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

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

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

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

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

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

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

0 comments on commit 6dcaf20

Please sign in to comment.