Setup labeler

This commit is contained in:
Harsha Raghu 2021-10-15 17:13:23 +05:30
parent e6d9d9b71c
commit 7ba2c914f3
2 changed files with 92 additions and 0 deletions

9
.github/workflows/labeler.yml vendored Normal file
View File

@ -0,0 +1,9 @@
name: "Pull Request Labeler"
on:
- pull_request_target
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler/labeler.yml

83
.github/workflows/labeler/labeler.yml vendored Normal file
View File

@ -0,0 +1,83 @@
ambuild:
- '**/*AMBuildScript*'
compiler:
- compiler/**/*
core:
- amxmodx/**/*
documentation:
- *.md
gamedata:
- gamedata/**/*
module: cstrike:
- modules/cstrike/cstrike/**/*
module: csx:
- modules/cstrike/csx/**/*
module: dodfun:
- modules/dod/dodfun/**/*
module: dodx:
- modules/dod/dodx/**/*
module: engine:
- modules/engine/**/*
module: fakemeta:
- modules/fakemeta/**/*
module: fun:
- modules/fun/**/*
module: geoip:
- modules/geoip/**/*
module: hamsandwich:
- modules/hamsandwich/**/*
module: json:
- modules/json/**/*
module: mysql:
- modules/mysqlx/**/*
module: ns:
- modules/ns/**/*
module: nvault:
- modules/nvault/**/*
module: regex:
- modules/regex/**/*
module: socket:
- modules/sockets/**/*
module: sqlite:
- modules/sqlite/**/*
module: tfcx:
- modules/tfcx/**/*
module: tse:
- modules/ts/**/*
modules :
- modules/**/*
plugin :
- plugins/**/*
ReSDK :
- public/resdk/**/*
third-party :
- third_party/**/*
translation :
- plugins/lang/**/*