From 7ba2c914f3c7e5c6164f2f948ebeffb4a8e1c3a4 Mon Sep 17 00:00:00 2001 From: Harsha Raghu Date: Fri, 15 Oct 2021 17:13:23 +0530 Subject: [PATCH] Setup labeler --- .github/workflows/labeler.yml | 9 +++ .github/workflows/labeler/labeler.yml | 83 +++++++++++++++++++++++++++ 2 files changed, 92 insertions(+) create mode 100644 .github/workflows/labeler.yml create mode 100644 .github/workflows/labeler/labeler.yml diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml new file mode 100644 index 00000000..19f6ae79 --- /dev/null +++ b/.github/workflows/labeler.yml @@ -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 \ No newline at end of file diff --git a/.github/workflows/labeler/labeler.yml b/.github/workflows/labeler/labeler.yml new file mode 100644 index 00000000..a06645ad --- /dev/null +++ b/.github/workflows/labeler/labeler.yml @@ -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/**/*