Skip to content

Commit

Permalink
Feat: Labeler (#348)
Browse files Browse the repository at this point in the history
## About The Pull Request
Добавлямбус лейблус
Closes #347
  • Loading branch information
AyIong authored Jul 12, 2024
1 parent 0f5f5d3 commit a02b78c
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/labeler.yml
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/**'
13 changes: 13 additions & 0 deletions .github/workflows/label.yml
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

0 comments on commit a02b78c

Please sign in to comment.