Add the 'Add-ons' tag to the pull-request labeler. (#5199)
Added support for the `Add-ons` tag to the pull-request labeler. File changes in the following directories will be marked as related to the addons system: - src/server/campaignd/** - src/addon/** - src/gui/dialogs/addon/**
This commit is contained in:
parent
8b236620dd
commit
bb237f34ae
1 changed files with 5 additions and 0 deletions
5
.github/labeler.yml
vendored
5
.github/labeler.yml
vendored
|
@ -1,3 +1,8 @@
|
|||
Add-ons:
|
||||
- src/server/campaignd/**
|
||||
- src/addon/**
|
||||
- src/gui/dialogs/addon/**
|
||||
|
||||
AI:
|
||||
- data/ai/**/*
|
||||
- data/campaigns/*/ai/**
|
||||
|
|
Loading…
Add table
Reference in a new issue