-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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: npm prune & add pr verification checks #3277
fix: npm prune & add pr verification checks #3277
Conversation
As per documentation, for this to work across forks the workflow needs to exist on the main branch. So this needs to get merged into I posted a link to the PR from my pr branch into my fork. you can see the checks passed successfully there. we're just changing the event trigger to be |
Details
Release
v7.14.0
gave us an error with docs related tonpm-pack
. This PR includes a patch where we ranmake docs
and the changes.Adds "PR Validation Checks" workflow for pull requests on branches
release-next
andlatest
.pr-title-format
will check if the PR title follows conventional commits formattingclean-working-dir
will check if we have a clean working directory after forcing a regeneration of docs and runningmake prune
References
Closes #3275