mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-04-23 23:13:43 +03:00
12 lines
266 B
YAML
12 lines
266 B
YAML
name: "Pull Request Labeler"
|
|
on:
|
|
- pull_request_target
|
|
|
|
jobs:
|
|
Label:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/labeler@v3
|
|
with:
|
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
|
configuration-path: .github/workflows/labeler/config.yml |