Reusable Workflow Reference: PR Workflows¶
In a nutshell
This page is an index. It points to the shared workflows that gate a pull request: build/install/test matrices, plugin (OPM) detection, license and repo-health checks, ovoscope skill tests, and the language-specific skill, locale, spec, intent-case, and TTS-intelligibility checks. Most post a section to the shared OVOS PR Checks comment (see the PR Checks Comment Pattern). For version-bump and release workflows, see Release Workflows. For lint, coverage, security scans, and notifications, see Quality Workflows. Start with the gh-automations overview for the big picture, or the full Workflow Reference index.
All reusable workflows are in .github/workflows/ and are called via:
Ref: Always use
@dev.
The individual workflows are listed once, in the Workflow Reference index. The PR-gate ones are specified in detail on four topic pages:
- Build Checks:
build-tests.yml,channel-compat.yml, and the deprecatedpython-support.yml. - Plugin, License, and Repo Checks:
opm-check.yml,license-check.yml,repo-health.yml. - Skill and Locale Checks:
skill-check.yml,locale-check.yml,spec-lint.yml. - Skill Test Workflows:
ovoscope.yml,intent-case-tests.yml,tts-intelligibility.yml.
Read next: Build Checks Related: gh-automations Overview · Plugin, License, and Repo Checks · Skill and Locale Checks · Skill Test Workflows · Workflow Reference · Quality Workflows · Release Workflows