-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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(manager/github-actions): renovate propose to delete YAML inline comments #14757
fix(manager/github-actions): renovate propose to delete YAML inline comments #14757
Conversation
…omments regex mod
f5c4906
to
3047bf0
Compare
…omments regex mod
im using trim as the original solution to the problem @viceice mentioned (replaceString captures whitespace when there is no |
…omments regex mod
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.
Is there a test that proves the issue and the corresponding fix?
|
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.
Also please add at least one comment sample to the fixtures files
Well, those reside in another repo, so wouldn't be an integral part of the test suite for this code. I'd wanna see tests added (or updated) to the Renovate repo. |
…omments added test and fixtures
misunderstood 😅, anyhow ive added some |
updated tests
89fe9ea
to
378ef43
Compare
needs snapshot update |
🎉 This PR is included in version 32.7.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Changes
Modified extraction regex to be more precise.
Context
closes #12260
Documentation (please check one with an [x])
How I've tested my work (please tick one)
I have verified these changes via: