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
When I type (?i) into a regex rule, then the runner throws an error.
Action version:
Latest version.
Platform:
Ubuntu
macOS
Windows
Runner type:
Hosted
Self-hosted
Repro steps:
Add the following rule to labeler.yml:
SOMELABEL:
- head-branch: '^(?i)(a).*'
Expected behavior:
The error shouldn't be thrown.
Actual behavior:
GitHub Actions runner on ubuntu-latest throw the following error:
The configuration file (path: .github/labeler.yml) was not found locally, fetching via the api
Error: SyntaxError: Invalid regular expression: /^(?i)(a).*/: Invalid group
Error: Invalid regular expression: /^(?i)(a).*/: Invalid group
The text was updated successfully, but these errors were encountered:
Description:
When I type
(?i)
into a regex rule, then the runner throws an error.Action version:
Latest version.
Platform:
Runner type:
Repro steps:
Add the following rule to
labeler.yml
:Expected behavior:
The error shouldn't be thrown.
Actual behavior:
GitHub Actions runner on ubuntu-latest throw the following error:
The text was updated successfully, but these errors were encountered: