diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2026-03-27 22:41:10 -0300 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2026-04-16 12:45:03 -0300 |
| commit | 4593ae93ae39d0c33ef9edc667fe3425fcf61b28 (patch) | |
| tree | b63e75e7e8f20d140aa01bc7b0b3f90cad4b14c2 /zizmor.yml | |
| parent | 82a2465f71a1f5cbfe3811952c0d07482dea71c6 (diff) | |
Added automated quality checks for PRs as a GitHub Actions workflow.
This work adds automated PR quality checks as a GitHub Actions workflow
to enforce contribution requirements consistently and reduce the manual
burden on reviewers for incoming PRs.
Thanks to the many reviewers providing meaningful feedback.
Co-authored-by: Frank Wiles <frank@revsys.com>
Diffstat (limited to 'zizmor.yml')
| -rw-r--r-- | zizmor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zizmor.yml b/zizmor.yml index 19493ba151..40cc34254e 100644 --- a/zizmor.yml +++ b/zizmor.yml @@ -6,6 +6,7 @@ rules: - coverage_comment.yml - labels.yml - new_contributor_pr.yml + - check_pr_quality.yml unpinned-uses: config: policies: |
