-
Notifications
You must be signed in to change notification settings - Fork 25
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
Warn of wrong lockfile changes in PR #7746
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7746 +/- ##
=======================================
Coverage 72.15% 72.16%
=======================================
Files 1267 1267
Lines 39706 39706
Branches 7370 7370
=======================================
+ Hits 28650 28653 +3
+ Misses 11056 11053 -3 ☔ View full report in Codecov by Sentry. |
```sh | ||
git checkout origin/main -- package-lock.json | ||
npm install | ||
``` |
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 could actually run and push this directly, but let's see how many false positives we get first.
on: | ||
pull_request: | ||
paths: | ||
- package-lock.json |
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.
Unrelated but this stops this other workflow from being activated at all on most non-dependabot PR
No loom links were found in the first post. Please add one there if you'd like to it to appear on Slack. Do not edit this comment manually. |
What does this PR do?
This keeps happening and it seems that it's wasting the team's time to fix it.
Demo
This should raise concerns:
This is a normal PR/fixed:
Checklist