-
-
Notifications
You must be signed in to change notification settings - Fork 12
[skip changelog] Update create changelog action #138
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I ran the workflow it had an error:
https://github.com/per1234/arduino-lint/runs/1648142960?check_suite_focus=true#step:3:15
Error: Invalid flags supplied to RegExp constructor 'true'
When I ran the workflow it had an error:
https://github.com/per1234/arduino-lint/runs/1648142960?check_suite_focus=true#step:3:15Error: Invalid flags supplied to RegExp constructor 'true'
I realize now that I made a mistake in the create-changelog
action. 🤦
Will fix it and update the PR.
893e4d8
to
ef54daa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I ran the release workflow in my fork and it worked perfectly. Thanks!
The
create-changelog
action has been updated to support case insensitive regexes, thefilter-regex
property has been updated accordingly.