Fix blocked issues action regex #10132
Labels
4 - verified
Issues that have been released and confirmed resolved.
estimate - 2
Small fix or update, may require updates to tests.
p - low
Issue is non core or affecting less that 10% of people using the library
tooling
Issues relating to build system fixes or improvements.
Milestone
Priority impact
p - low
Summary
The regex in action is not correctly matching for the "Blocked Issues:" part of the comment. Instead its just matching any mention of a number preceded by a
#
.This is causing the action to run and fail on issues that don't actually have any blocked issues listed like this one #7748.
Here's the failed attempt: https://github.com/Esri/calcite-design-system/actions/runs/10477994663/job/29020354524
Desired Outcome
The action should correctly exit with the comment that there are no blocked issues listed on a closed issue.
Resources
No response
The text was updated successfully, but these errors were encountered: