Closed ripecosta closed 3 months ago
@karellm Fix for an issue introduced by one of my earlier PRs.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.35%. Comparing base (
5d8c198
) to head (398b9ce
). Report is 3 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Good
Why am I submitting this PR
The
versioning-strategy
was set toincrease
for both npm and github actions in #1055. However, the GitHub Actions package ecosystem does not support that options (docs), which caused this validation error when the change was merged. This PR fixes that error by removing theversioning-strategy
option from the GH Actions package ecosystem settings.Does it fix an existing ticket?
No.
Checklist
yarn test
(see details here)