mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-05-08 04:49:39 +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:
|
on:
|
||||||
- pull_request_target
|
- pull_request_target
|
||||||
|
|
||||||
steps:
|
jobs:
|
||||||
- uses: actions/labeler@v3
|
steps:
|
||||||
with:
|
- uses: actions/labeler@v3
|
||||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
with:
|
||||||
configuration-path: .github/labeler/labeler.yml
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
configuration-path: .github/labeler/labeler.yml
|
Loading…
x
Reference in New Issue
Block a user