Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
package-lock.json
to lock file version 3
- Loading branch information
7aebaf5
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.
@ybiquitous I had a typo that I missed when creating a new branch.
Hence the push to main.
I didn't expect this to be possible.
We have branch protection rules.
Why didn't these apply?
It is quite stressful that this was able to go through 😅
7aebaf5
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.
@romainmenke I suspect it's because you're in the Owners team, which lets you bypass the branch rules. There's an option we can turn on to disallow this. If I remember correctly, we didn't originally turn it on because we often pushed changelog entry commits after merging PRs. This isn't the case anymore as we use changesets.
Shall we turn the option on? Alternatively, we look into the new rulesets to see if it's worth migrating to them.
7aebaf5
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.
That would be nice, but if it makes regular flows and actions more complicated, it is also fine to remove me from the Owners teams :)
I suspect it will be rare that I need to do things that only Owners can and that no one else is around to help.
7aebaf5
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've turned the option on. (We can look into rulesets at a later date, if someone fancies it.)
7aebaf5
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.
Thank you 🙇