Skip to content

prune-actions#363

Open
jhheider wants to merge 1 commit into
mainfrom
prune-actions
Open

prune-actions#363
jhheider wants to merge 1 commit into
mainfrom
prune-actions

Conversation

@jhheider

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings June 30, 2026 15:34

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Removes the quality-gate GitHub Actions workflow as part of pruning CI workflows/actions used by the repository.

Changes:

  • Deleted .github/workflows/quality-gate.yml, removing the quality-gate PR workflow (including its “require test updates when source changes” enforcement).
Comments suppressed due to low confidence (1)

.github/workflows/quality-gate.yml:1

  • This change deletes the quality-gate workflow entirely, which also removes the PR-level guardrail that failed when non-test source files changed without accompanying test changes. If that guardrail is still desired, consider replacing it with an equivalent implementation that avoids third-party diff actions (eg, a bash step using git diff --name-only $BASE_SHA $HEAD_SHA similar to agent-boundary-check.yml) rather than removing it.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants