Skip to content

Commit

Permalink
🐛 fix(labeler): Use remote config (#89)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
wanjohiryan authored Jun 17, 2024
1 parent 04a277d commit e729e1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@ jobs:
permissions:
contents: read
pull-requests: write
issues: write
steps:
- name: Checkout your code
uses: actions/checkout@v4

- uses: srvaroa/labeler@v1
with:
config_path: .github/labeler.yml
use_local_config: true #FIXME:
fail_on_error: true
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit e729e1c

Please sign in to comment.