github / issue-labeler

An action for automatically labelling issues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

issues with `enabled-versioned-regex` input

pantoninho opened this issue · comments

If I provide enable-versioned-regex input, I get the following warning:
image

If I do not provide this input, I get the following error:
image

What version are you using? Could you share the entire config file that you're using?

I'm using version 2 and this is the config file:

name: "Issue Labeler"
on:
  issues:
    types: [opened, edited]

jobs:
  triage:
    runs-on: ubuntu-latest
    steps:
      - uses: github/issue-labeler@v2.0
        with:
          repo-token: "${{ secrets.GITHUB_TOKEN }}"
          configuration-path: .github/issue-labeler.yml
          enable-versioned-regex: 0

This has been fixed in v.2.3. Feel free to re-open if you still run into that issue on release 2.3