mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-27 06:08:03 +03:00
Setup labeler
This commit is contained in:
parent
e6d9d9b71c
commit
7ba2c914f3
9
.github/workflows/labeler.yml
vendored
Normal file
9
.github/workflows/labeler.yml
vendored
Normal 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
83
.github/workflows/labeler/labeler.yml
vendored
Normal 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/**/*
|
Loading…
x
Reference in New Issue
Block a user