Skip to content

Latest commit

 

History

History
67 lines (41 loc) · 2.17 KB

File metadata and controls

67 lines (41 loc) · 2.17 KB

QualityChecks-Roadmap

This repository is the public-facing home for the QualityChecks bug board and roadmap.

Its purpose is to give internal users and stakeholders a simple, no-login way to view:

  • Known bugs and issues
  • Planned fixes and enhancements
  • Current roadmap priorities and progress

Why this exists

The main QualityChecks repository is where source code and development work happen. This repository exists separately so bug tracking and roadmap updates can be shared broadly, including with people who do not have a GitHub account.

What to expect here

  • High-level roadmap updates
  • Public issue/bug board artifacts
  • Status notes intended for broad internal visibility

Release Notes

Release notes are published in the roadmap wiki:

Audience

This repo is intended for:

  • Internal users
  • Project stakeholders
  • Team members who need visibility into bug status and roadmap direction

Issue Sync Automation

Issues are automatically synchronized between this repository and QualityChecks.

What syncs

  • Issue creation
  • Issue title and body edits
  • Issue close and reopen actions
  • Label add and remove actions
  • Comment create, edit, and delete actions

Direction

Sync is bi-directional:

  • Issues created or updated in this repo are mirrored to E-M-Consulting/QualityChecks
  • Issues created or updated in E-M-Consulting/QualityChecks are mirrored back to this repo

Loop protection

The workflows include loop prevention so mirrored updates do not endlessly bounce between repositories.

Required repository secrets

These secrets must be configured in both repositories:

  • ISSUE_SYNC_TOKEN: Fine-grained personal access token with Issues read/write access to both repos
  • ISSUE_SYNC_BOT_LOGIN: GitHub username that owns ISSUE_SYNC_TOKEN

If these secrets are missing, the sync workflows will fail.