Remove retired PR Governance gate - #1665
Merged
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: groupthinking <154503486+groupthinking@users.noreply.github.com>
| installation tokens; the workflow now calls the REST assignees endpoint. | ||
|
|
||
|
|
||
| ## Agent completion enforcement |
Contributor
Copilot
AI
changed the title
[WIP] Remove PR Governance GitHub Actions workflow
Remove retired PR Governance gate
Sep 8, 2026
groupthinking
approved these changes
Sep 8, 2026
groupthinking
marked this pull request as ready for review
September 8, 2026 04:59
🔍 PR Validation
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned Files
|
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The audit document introduces two pairs of duplicate section headings.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Retires the PR Governance workflow and synchronizes Dependabot automation, tests, and policy documentation.
Changes:
- Deletes the governance workflow and its tests.
- Removes retired checks from Dependabot’s merge gate.
- Documents issue binding as policy-only.
File summaries
| File | Description |
|---|---|
.github/workflows/pr-governance.yml |
Removes the retired workflow. |
tests/unit/test_pr_governance_workflow.py |
Removes obsolete tests. |
.github/workflows/dependabot-auto-merge.yml |
Drops retired required checks. |
tests/unit/test_dependabot_automation_workflow.py |
Updates merge-gate expectations. |
MERGE_POLICY.md |
Makes binding policy-only. |
.jules/agent_orchestration_sop.md |
Removes obsolete gate guidance. |
.github/workflows/README.md |
Updates workflow documentation. |
.github/workflows/AUDIT.md |
Updates governance audit history. |
Review details
Suppressed comments (1)
.github/workflows/AUDIT.md:70
- This duplicates the existing
Repository governance workflowsheading on the next line, creating another empty section in the rendered audit. Keep only one heading.
## Repository governance workflows
- Files reviewed: 8/8 changed files
- Comments generated: 1
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+65
to
66
| ## Agent completion enforcement | ||
| ## Agent completion enforcement |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Canonical issue
Issue linking is handled by the PR metadata.
Outcome
Retires the unwanted PR Governance gate so PRs and Dependabot auto-merge no longer wait on checks that will never report.
Scope
pr-governance.ymland its workflow unit test.PR Governance/Canonical issue and evidencefrom Dependabot required checks.Risk
Verification
pytest tests/unit/test_dependabot_automation_workflow.py -q --no-covAdditional checks:
.github/workflows/*.ymlparse with PyYAML.Production evidence
Not applicable. This removes a GitHub Actions governance workflow and stale references; no runtime deployment path changes.
Agent handoff