amxmodx/.github/workflows/labeler.yml
2021-10-15 17:55:05 +05:30

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