amxmodx/.github/workflows/labeler.yml
Harsha Raghu 687a70f412 fix
2021-10-15 17:19:14 +05:30

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