Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Do not allow yarn.lock to be updated in CI (#5135)
If the user updates package.json in a PR, we need to ensure that the yarn.lock file is also updated in the same PR. This change will fail the `yarn install` command in case the yarn.lock is not in sync with package.json.
- Loading branch information