You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried adding fail_on_error: true, but that gave me an Warning: Unexpected input(s) 'fail_on_error', valid inputs are ['entryPoint', 'args', 'config_path', 'use_local_config'] error.
The workflow I used while debugging the issue looked like this:
jobs:
label-new-prs:
runs-on: ubuntu-lateststeps:
# Checkout is needed to use the `use_local_config` option.
- name: Checkout codeuses: actions/checkout@v3
- uses: srvaroa/labeler@masterwith:
use_local_config: truefail_on_error: trueenv:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Also note my comment about the need for checkout when using the use_local_config option. That might be something to mention in the README.
The text was updated successfully, but these errors were encountered:
As mentioned in passing in #105 :
The workflow I used while debugging the issue looked like this:
Also note my comment about the need for
checkout
when using theuse_local_config
option. That might be something to mention in the README.The text was updated successfully, but these errors were encountered: