forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## About The Pull Request Добавлямбус лейблус Closes #347
- Loading branch information
Showing
2 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
'TGUI': | ||
- 'tgui/**' | ||
|
||
'Звук': | ||
- '**/*.ogg' | ||
|
||
'Спрайты': | ||
- '**/*.dmi' | ||
- '**/*.png' | ||
|
||
'Изменение Карты': | ||
- '**/*.dmm' | ||
|
||
'НЕ МОДУЛЬНО': | ||
- all: ['code/**'] | ||
- branches-ignore: | ||
- 'translate' | ||
|
||
'Частичная модульность': | ||
- all: ['code/**', modular_bandastation/**] | ||
|
||
'Перевод': | ||
branches: | ||
- 'translate' | ||
|
||
'Инструменты': | ||
- '.gihub/workflows/**' | ||
- 'tools/**' | ||
|
||
'Изменение конфига': | ||
- 'config/**' | ||
|
||
'Документация': | ||
- '**/*.md' | ||
|
||
'SQL': | ||
- 'SQL/**' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name: "Label" | ||
|
||
on: | ||
- pull_request_target | ||
|
||
jobs: | ||
labeler: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/labeler@v4 | ||
with: | ||
repo-token: "${{ secrets.GITHUB_TOKEN }}" | ||
sync-labels: true |