FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore: add compliance checks for issues and PRs with recheck on edit by R44VC0RP · Pull Request #14170 · anomalyco/opencode · GitHub

chore: add compliance checks for issues and PRs with recheck on edit - #14170

Merged
R44VC0RP merged 2 commits into
devfrom
updating-workflows-for-issues-and-prs
Feb 18, 2026
Merged

chore: add compliance checks for issues and PRs with recheck on edit#14170
R44VC0RP merged 2 commits into
devfrom
updating-workflows-for-issues-and-prs

Conversation

Copy link
Copy Markdown
Collaborator

Summary

  • PR template: Added issue reference, type of change, screenshots, and checklist sections to .github/pull_request_template.md
  • Issue compliance recheck: Updated duplicate-issues.yml to trigger on edited events and re-evaluate issues with needs:compliance label, clearing the label and comment when compliant
  • PR compliance check: Added deterministic regex-based template compliance checking to pr-standards.yml — validates template sections, filled content, checked boxes, and issue references without using an LLM agent
  • Unified flow: Non-compliant items get needs:compliance label + <!-- issue-compliance --> comment, existing compliance-close.yml auto-closes after 2 hours, edits trigger recheck

- Update PR template with issue reference, type of change, screenshots, and checklist sections
- Add recheck-compliance job to duplicate-issues workflow that re-evaluates edited issues with needs:compliance label
- Add deterministic regex-based PR template compliance check to pr-standards workflow
- Compliance flow: flag non-compliant -> needs:compliance label -> 2hr auto-close via compliance-close workflow
- On edit: recheck compliance, remove label and comment if now passing

Copy link
Copy Markdown
Contributor

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

…R workflows

Single source of truth for team member usernames instead of duplicating
the list across multiple workflow files. Workflows now read from
.github/TEAM_MEMBERS at runtime via the GitHub API or grep.

Copy link
Copy Markdown
Collaborator Author

/review

Copy link
Copy Markdown
Contributor

lgtm

Copy link
Copy Markdown
Collaborator

/review

Copy link
Copy Markdown
Contributor

lgtm

R44VC0RP merged commit 639d1dd into dev Feb 18, 2026
7 checks passed
R44VC0RP deleted the updating-workflows-for-issues-and-prs branch February 18, 2026 22:20
AIALRA-0 pushed a commit to AIALRA-0/opencode-turn-engine that referenced this pull request Jun 10, 2026
AIALRA-0 pushed a commit to AIALRA-0/opencode-turn-engine that referenced this pull request Jun 10, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL