Skip to content

Commit

Permalink
Labeler fixes (#1524)
Browse files Browse the repository at this point in the history
## Что этот PR делает
Чинит фильтр ветки путем изменения неправильной регулярки.
gihub -> github

## Тестирование
Проверил на форке.
  • Loading branch information
m-dzianishchyts committed Sep 16, 2024
1 parent c1ba915 commit ebe6671
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

':guitar: Инструменты':
- changed-files:
- any-glob-to-any-file: ['.gihub/**', 'tools/**', '.vscode/**', '.bin/**']
- any-glob-to-any-file: ['.github/**', 'tools/**', '.vscode/**', '.bin/**']

':floppy_disk: Изменение конфига':
- changed-files:
Expand All @@ -54,15 +54,15 @@
- any-glob-to-any-file: ['code/**', 'icons/**', 'sounds/**', '_maps/map_files/**', 'tgui/**']
- any-glob-to-any-file: [modular_ss220/**]
- base-branch: 'master'
- head-branch: '!merge-upstream'
- head-branch: '^(?!merge-upstream$).*'

':finnadie: НЕ МОДУЛЬНО':
- all:
- changed-files:
- any-glob-to-any-file: ['code/**', 'icons/**', 'sounds/**', '_maps/map_files/**']
- all-globs-to-all-files: '!modular_ss220/**'
- base-branch: 'master'
- head-branch: '!merge-upstream'
- head-branch: '^(?!merge-upstream$).*'

':pray: Слияние с восходящим потоком':
- all:
Expand Down

0 comments on commit ebe6671

Please sign in to comment.