Skip to content

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:

uses: OpenVoiceOS/gh-automations/.github/workflows/<name>.yml@dev

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:


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