feat(ci): create shared pr-quality workflow#25
Conversation
There was a problem hiding this comment.
Pull request overview
Creates a reusable GitHub Actions workflow (workflow_call) intended to enforce PR quality checks (via peakoss/anti-slop) for pull requests in this repository.
Changes:
- Adds a shared
PR Qualityworkflow callable from other workflows. - Introduces an
anti-slopjob that checks PRs for template/conventional title/commit compliance and applies stricter thresholds for new contributors.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
alexander-akait
left a comment
There was a problem hiding this comment.
In webpack we have a little bit different police for contributor, I think ideally we should use the same across all repos
|
I’m not following your review, is it blocking this, I don’t understand the concern? |
|
@avivkeller what he means is that we have workflows standardized across the org and maybe some maintainers of certain repos don't like it |
|
I see. Unlike other Repos still need to 'opt-in' to this workflow by calling it. |
alexander-akait
left a comment
There was a problem hiding this comment.
Let's use this in webpack and webpack docs repo
cc @alexander-akait - Creates a shared workflow for
pr-quality