Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Jun 12:52
· 1 commit to main since this release

Added

  • Reviewer Enforcement Gate: new .github/workflows/reviewer-gate.yml that posts real PR reviews and creates blocking status checks.
  • .github/scripts/reviewer-checks.sh deterministic governance and git-hygiene checks for CI/CD.
  • GitLab reviewer-gate job in .gitlab-ci.yml for MR enforcement parity.
  • Reviewer agent now documents dual-mode operation: advisory (chat) and enforcement (CI/CD).
  • Reviewer agent permissions expanded to allow gh pr review and GitHub Checks API calls.
  • Orchestrator Phase 6 explicitly handles Reviewer verdicts and blocks merge on requested changes.
  • Documentation for the Reviewer Gate in README.md and CONTRIBUTING.md.
  • GitLab CI/CD pipeline (.gitlab-ci.yml) with governance, lint, and build stages.
  • GitLab issue templates for bug reports, feature requests, and security vulnerabilities.
  • GitLab merge request template with compliance and testing checklists.
  • GitHub release workflow for automated semantic versioning and CHANGELOG generation.
  • GitLab release job for tag-based releases.
  • scripts/release.sh for manual semantic version bumping and CHANGELOG updates.
  • VERSION file for single-source-of-truth versioning.

Changed

  • Reviewer agent description updated from "read-only — never modifies code" to "read-only for source code, but can post PR reviews and status checks".

Deprecated

Removed

Fixed

Security