Skip to content

Commit

Permalink
Merge branch 'translate' into craft-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun authored Jul 12, 2024
2 parents 4cf6081 + 93e6fcf commit cf3d6fc
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 17 deletions.
41 changes: 25 additions & 16 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,46 @@
'TGUI':
- 'tgui/**'
- changed-files:
- any-glob-to-any-file: 'tgui/**'

'Звук':
- '**/*.ogg'
- changed-files:
- any-glob-to-any-file: '**/*.ogg'

'Спрайты':
- '**/*.dmi'
- '**/*.png'
- changed-files:
- any-glob-to-any-file: ['**/*.dmi', '**/*.png']

'Изменение Карты':
- '**/*.dmm'
- changed-files:
- any-glob-to-any-file: '**/*.dmm'

'НЕ МОДУЛЬНО':
- all: ['code/**']
- branches-ignore:
- 'translate'
- all:
- changed-files:
- any-glob-to-any-file: 'code/**'
- base-branch: 'master'

'Частичная модульность':
- all: ['code/**', modular_bandastation/**]
- all:
- chandged-files:
- all-globs-to-any-file: ['code/**', modular_bandastation/**]
- base-branch: 'master'

'Перевод':
branches:
- 'translate'
- base-branch: 'translate'

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

'Изменение конфига':
- 'config/**'
- changed-files:
- any-glob-to-any-file: 'config/**'

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

'SQL':
- 'SQL/**'
- changed-files:
- any-glob-to-any-file: 'SQL/**'
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true

0 comments on commit cf3d6fc

Please sign in to comment.