Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issues with enabled-versioned-regex input #21

Closed
pantoninho opened this issue Mar 17, 2021 · 3 comments
Closed

issues with enabled-versioned-regex input #21

pantoninho opened this issue Mar 17, 2021 · 3 comments

Comments

@pantoninho
Copy link

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

@stephanmiehe
Copy link
Collaborator

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

@pantoninho
Copy link
Author

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

@stephanmiehe
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants