-
Notifications
You must be signed in to change notification settings - Fork 16
ci: check fixup commits are autosquashed before PR merge #1153
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
Conversation
|
View your CI Pipeline Execution ↗ for commit 8f586d0
☁️ Nx Cloud last updated this comment at |
|
View your CI Pipeline Execution ↗ for commit 8f586d0 ☁️ Nx Cloud last updated this comment at |
@code-pushup/ci
@code-pushup/cli
@code-pushup/core
@code-pushup/create-cli
@code-pushup/models
@code-pushup/nx-plugin
@code-pushup/axe-plugin
@code-pushup/coverage-plugin
@code-pushup/eslint-plugin
@code-pushup/js-packages-plugin
@code-pushup/jsdocs-plugin
@code-pushup/lighthouse-plugin
@code-pushup/typescript-plugin
@code-pushup/utils
@code-pushup/models-transformers
commit: |
Code PushUp🤨 Code PushUp report has both improvements and regressions – compared current commit a1f3c4c with previous commit eb876a8. 🕵️ See full comparison in Code PushUp portal 🔍 🏷️ Categories👍 1 group improved, 👎 1 group regressed, 👍 2 audits improved, 👎 4 audits regressed, 12 audits changed without impacting score🗃️ Groups
21 other groups are unchanged. 🛡️ Audits
660 other audits are unchanged. |
65d1a95 to
8f586d0
Compare
To prevent merging fixup commits to
main, theblock-fixup-commit-mergeaction will fail if there are any fixup commits present (example here). This is to remind the author to rungit rebase -i main --autosquashbefore merging.