mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-02-10 22:08:52 +03:00
11 lines
230 B
YAML
11 lines
230 B
YAML
name: "Pull Request Labeler"
|
|
on:
|
|
- pull_request_target
|
|
|
|
jobs:
|
|
Label:
|
|
steps:
|
|
- uses: actions/labeler@v3
|
|
with:
|
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
|
configuration-path: .github/labeler/labeler.yml |