mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
🐛 fix(labeler): Use remote config (#89)
## Description **What issue are you solving (or what feature are you adding) and how are you doing it?** PR labeler does not work on PR forks, still... I dunno why
This commit is contained in:
@@ -80,6 +80,7 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
issues: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout your code
|
- name: Checkout your code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -87,7 +88,6 @@ jobs:
|
|||||||
- uses: srvaroa/labeler@v1
|
- uses: srvaroa/labeler@v1
|
||||||
with:
|
with:
|
||||||
config_path: .github/labeler.yml
|
config_path: .github/labeler.yml
|
||||||
use_local_config: true #FIXME:
|
|
||||||
fail_on_error: true
|
fail_on_error: true
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
Reference in New Issue
Block a user