Skip to content

Commit

Permalink
I guess
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior committed Sep 20, 2023
1 parent eb19328 commit c3cc810
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
"TGUI":
- 'tgui/**'

"Звук":
- '**.ogg'

"Изменение Карты":
- '**.dmm'

"Инструменты":
- '.gihub/workflows/**'
- 'tools/**'

"Керберос":
- '_maps/map_files220/delta/delta.dmm'

"Кибериада":
- '_maps/map_files220/cyberiad/cyberiad.dmm'

"НЕ МОДУЛЬНО":
- 'code/**'

"Спрайты":
- '**.dmi'

"Требуется изменение конфига"
- 'config/**'
12 changes: 12 additions & 0 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "Label"

on:
- pull_request_target

jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit c3cc810

Please sign in to comment.