Skip to content

Releases: CreativeCodingSolutions/pr-quality-gate

v1.0.0 — PR Quality Gate

21 Jun 03:08

Choose a tag to compare

PR Quality Gate v1.0.0

Enforce PR quality standards in your repo: description length, labels, and linked issues. Zero config, one-minute setup.

What's new

  • ✅ PR description length check (configurable minimum)
  • ✅ Label requirement check (optional)
  • ✅ Linked issue check (optional)
  • ✅ Customizable fail/warn mode
  • ✅ Auto-comment on every PR with quality report
  • 🔗 Integrated with PR Quality Analyzer — each comment links to a detailed A-F score

Usage

- uses: CreativeCodingSolutions/pr-quality-gate@v1
  with:
    github-token: \${{ secrets.GITHUB_TOKEN }}

📊 PR Quality Analyzer Web Tool