Skip to content

Revert "[TESTING] DO NOT MERGE : Feat/reimagine cr setup"#153

Merged
amaury901130 merged 1 commit into
masterfrom
revert-152-feat/reimagine-cr-setup
Jul 7, 2026
Merged

Revert "[TESTING] DO NOT MERGE : Feat/reimagine cr setup"#153
amaury901130 merged 1 commit into
masterfrom
revert-152-feat/reimagine-cr-setup

Conversation

@amaury901130

Copy link
Copy Markdown
Collaborator

Reverts #152

@amaury901130 amaury901130 requested a review from a team as a code owner July 7, 2026 19:46
@amaury901130 amaury901130 merged commit 8a0f70e into master Jul 7, 2026
7 of 8 checks passed
@amaury901130 amaury901130 deleted the revert-152-feat/reimagine-cr-setup branch July 7, 2026 19:46
@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown

💯 Test Coverage

Lines Statements Branches Functions
Coverage: 56%
56.23% (347/617) 59.18% (174/294) 48.76% (118/242)

😎 Tests Results

Tests Skipped Failures Errors Time
139 0 💤 0 ❌ 0 🔥 34.613s ⏱️
👀 Tests Details • (56%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files56.2359.1848.7656.9 
report-only-changed-files is enabled. No files were changed in this commit :)

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Overall Review: ai:minor

Reverts the previously introduced “Pushgate” + PR risk classification + gatekeeper routing setup, restoring the template to the pre-#152 workflow and simplifying both documentation and CLI setup.

Changes:

  • Removes Pushgate and PR risk-classification documentation from README.md, README-project.md, and the PR template/agent skill guidance.
  • Removes Pushgate-related config/hooks (.pushgate.yml, .husky/pre-push) and the GitHub gatekeeper script.
  • Removes the CLI’s best-effort Pushgate installation step (but leaves unused imports in cli/setup-project.js).

Reviewed changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
README.md Removes PR risk classification + Pushgate documentation section.
README-project.md Removes Pushgate + risk classification sections from project README template.
cli/setup-project.js Removes installPushgate export; now has unused imports for repo constants.
cli/index.js Stops calling installPushgate during app creation.
.pushgate.yml Deletes Pushgate configuration.
.husky/pre-push Deletes pre-push hook wrapper that invoked Pushgate.
.github/scripts/gatekeeper.js Deletes the PR-routing gatekeeper script.
.github/PULL_REQUEST_TEMPLATE.md Removes risk-classification checklist section.
.github/copilot-instructions.md Deletes Copilot instruction file previously added.
.agents/skills/pr-description/SKILL.md Removes risk-classification guidance from PR description skill.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread cli/setup-project.js
Comment on lines 1 to 6
const {
execShellCommand,
runCommand,
UPSTREAM_REPOSITORY,
TEMPLATE_REPOSITORY,
} = require('./utils.js');
@label-pr-severity-rs label-pr-severity-rs Bot added the ai:minor Style issues, minor suggestions label Jul 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ai:minor Style issues, minor suggestions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants