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:
Artem Khrapov 2020-10-09 17:22:32 +03:00 committed by GitHub
parent 8b236620dd
commit bb237f34ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
.github/labeler.yml vendored
View file

@ -1,3 +1,8 @@
Add-ons:
- src/server/campaignd/**
- src/addon/**
- src/gui/dialogs/addon/**
AI:
- data/ai/**/*
- data/campaigns/*/ai/**