mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2024-12-26 06:45:31 +03:00
35 lines
510 B
YAML
35 lines
510 B
YAML
#
|
|
# MAPBASE REPO AUTOMATION
|
|
#
|
|
# Automatically labels pull requests according to changed file paths.
|
|
# See mapbase_pr.yml for more information.
|
|
#
|
|
Repo:
|
|
- '*'
|
|
- '.github/**'
|
|
|
|
Project Generation:
|
|
- '**/src/vpc_scripts/**'
|
|
- '**/src/devtools/**'
|
|
- '**/src/create*'
|
|
|
|
Entities:
|
|
- '**/src/game/**/**logic**'
|
|
- '**/src/game/**/**point**'
|
|
|
|
Shaders:
|
|
- '**/src/materialsystem/**'
|
|
|
|
VScript:
|
|
- '**vscript**'
|
|
|
|
Tools:
|
|
- '**utils**'
|
|
|
|
NPCs:
|
|
- '**npc_**'
|
|
- '**ai_**'
|
|
|
|
VGUI:
|
|
- '**hud_**'
|
|
- '**vgui_**' |