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

fix: accept hyphens in task names #188

Merged
merged 1 commit into from
May 18, 2021
Merged

fix: accept hyphens in task names #188

merged 1 commit into from
May 18, 2021

Conversation

stikos
Copy link
Contributor

@stikos stikos commented Jun 12, 2020

Details

Add escaped hyphen character in the accepted characters group regex for task name retrieval, addressing the problem described in #103.

Closing issues

Closes #103

Added the escaped hyphen character in the accepted characters group regex for task name retrieval

(#103)
@stikos stikos requested a review from uniqueg June 12, 2020 10:17
@uniqueg uniqueg changed the title fix(logs): accept hyphens in task names fix: accept hyphens in task names May 18, 2021
Copy link
Member

@uniqueg uniqueg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks Kosta :)

@uniqueg uniqueg merged commit 068b793 into dev May 18, 2021
@uniqueg uniqueg deleted the 103-hyphens-in-task-names branch May 18, 2021 09:20
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

Successfully merging this pull request may close these issues.

Tasks with hyphen in their name absent in workflow run results
2 participants