mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-03-16 07:30:21 +03:00
9 lines
195 B
YAML
9 lines
195 B
YAML
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 |