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

[Bug]: Invalid regular expression in strategic adopter workflow #18175

Open
2 tasks done
adamalston opened this issue Nov 28, 2024 · 0 comments · May be fixed by #18178
Open
2 tasks done

[Bug]: Invalid regular expression in strategic adopter workflow #18175

adamalston opened this issue Nov 28, 2024 · 0 comments · May be fixed by #18178
Assignees

Comments

@adamalston
Copy link
Contributor

Package

@carbon/react

Browser

No response

Package version

N/A

React version

No response

Description

The issue-triage-strategic-adopter.yml workflow is failing due to a SyntaxError: Invalid regular expression. Specifically, the error indicates an unterminated group in the regex used within the apply-label step. The issue appears to be related to improperly escaped characters, likely parentheses in this section of the regex:

QRadar XDR/EDR (ReaQta)

Reproduction/example

https://github.com/carbon-design-system/carbon/actions/runs/12073556033

Steps to reproduce

  1. Trigger the issue-triage-strategic-adopter.yml workflow by creating or interacting with an issue that matches the workflow criteria.
  2. See the failure in the apply-label job.

Suggested Severity

Severity 2 = User cannot complete task, and/or no workaround within the user experience of a given component.

Application/PAL

N/A

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🏗 In Progress
Development

Successfully merging a pull request may close this issue.

2 participants