mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-03-12 13:40:24 +03:00
fix Jobs not found
This commit is contained in:
parent
7ba2c914f3
commit
6460915267
11
.github/workflows/labeler.yml
vendored
11
.github/workflows/labeler.yml
vendored
@ -2,8 +2,9 @@ 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
|
||||
jobs:
|
||||
steps:
|
||||
- uses: actions/labeler@v3
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
configuration-path: .github/labeler/labeler.yml
|
Loading…
x
Reference in New Issue
Block a user