Skip to content

chore: add missing shared CI workflows#88

Merged
JarbasAl merged 4 commits into
devfrom
chore/shared-workflows
Jun 16, 2026
Merged

chore: add missing shared CI workflows#88
JarbasAl merged 4 commits into
devfrom
chore/shared-workflows

Conversation

@JarbasAl

@JarbasAl JarbasAl commented Jun 15, 2026

Copy link
Copy Markdown
Member

Adds the canonical gh-automations reusable-workflow callers that were missing from this repo, and normalizes the publish callers to the canonical OpenVoiceOS/gh-automations/.github/workflows/<name>.yml@dev form (they previously referenced TigreGotico/gh-automations@master plus hand-rolled pypi/matrix jobs).

Added callers (all referencing OpenVoiceOS/gh-automations/.github/workflows/<name>.yml@dev, secrets: inherit):

  • build-tests (install_extras: test, test_path: test)
  • coverage (coverage_source: ovos_PHAL, test_path: test/, min_coverage: 0)
  • lint
  • license-check
  • pip-audit
  • repo-health
  • release-preview
  • opm-check

Normalized to canonical OpenVoiceOS@dev callers:

  • publish-alpha (release_workflow.yml)
  • publish-stable (publish_stable.yml)

Already canonical: conventional-label.

Legacy hand-rolled workflows (build_tests/unit_tests/license_tests) left in place; not removed in this PR.

@coderabbitai

coderabbitai Bot commented Jun 15, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@JarbasAl, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 31 minutes and 29 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more credits in the billing tab to continue.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 1e3bf2f9-50b9-4981-9f92-327417a9ea4a

📥 Commits

Reviewing files that changed from the base of the PR and between 378ff17 and c2ed737.

📒 Files selected for processing (24)
  • .github/workflows/build-tests.yml
  • .github/workflows/build_tests.yml
  • .github/workflows/coverage.yml
  • .github/workflows/license_check.yml
  • .github/workflows/license_tests.yml
  • .github/workflows/lint.yml
  • .github/workflows/opm-check.yml
  • .github/workflows/pip_audit.yml
  • .github/workflows/publish_stable.yml
  • .github/workflows/release-preview.yml
  • .github/workflows/release_workflow.yml
  • .github/workflows/repo-health.yml
  • .github/workflows/unit_tests.yml
  • MANIFEST.in
  • ovos_PHAL/version.py
  • pyproject.toml
  • requirements/extras.txt
  • requirements/linux.txt
  • requirements/mac.txt
  • requirements/mk1.txt
  • requirements/mk2.txt
  • requirements/mk2dev.txt
  • requirements/requirements.txt
  • setup.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/shared-workflows

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions

github-actions Bot commented Jun 15, 2026

Copy link
Copy Markdown

Checking the status... all automated tasks are done! ✅

I've aggregated the results of the automated checks for this PR below.

🔒 Security (pip-audit)

Scanning the horizon for any zero-day threats. 🌅

✅ No known vulnerabilities found (60 packages scanned).

📊 Coverage

How well do we know our own code? 🧠

36.1% total coverage

Per-file coverage (6 files)
File Coverage Missing lines
ovos_PHAL/__main__.py 0.0% 11
ovos_PHAL/detection.py 0.0% 44
ovos_PHAL/version.py 0.0% 7
ovos_PHAL/admin.py 32.6% 31
ovos_PHAL/service.py 68.1% 22
ovos_PHAL/__init__.py 100.0% 0

Full report: download the coverage-report artifact.

🔌 Plugin Detection

Ensuring this plugin plays nice with others in the sandbox. 🏖️

ℹ️ Not an OVOS plugin — OPM check skipped.

📋 Repo Health

Scanning for any signs of 'large file' weight gain. ⚖️

✅ All required files present.

Latest Version: 0.2.13a1

ovos_PHAL/version.py — Version file
README.md — README
LICENSE — License file
pyproject.toml — pyproject.toml
⚠️ setup.py — setup.py
CHANGELOG.md — Changelog
ovos_PHAL/version.py has valid version block markers

🔍 Lint

The automated pipeline is running smoothly. 🚂

ruff: issues found — see job log

🏷️ Release Preview

A look ahead at the next milestone. 🚩

Current: 0.2.13a1Next: 0.2.13a2

Signal Value
Label ignore-for-release
PR title chore: add missing shared CI workflows
Bump alpha

✅ PR title follows conventional commit format.


🚀 Release Channel Compatibility

Predicted next version: 0.2.13a2

Channel Status Note Current Constraint
Stable Compatible ovos-PHAL>=0.2.10,<0.3.0
Testing Compatible ovos-phal>=0.2.11,<1.0.0
Alpha Compatible ovos-phal>=0.2.12

⚖️ License Check

I've checked the license history of this repo. 📜

✅ No license violations found.

Policy: Apache 2.0 (universal donor). StrongCopyleft / NetworkCopyleft / WeakCopyleft / Other / Error categories fail. MPL allowed.

🔨 Build Tests

Testing the load-bearing capacity of your changes. 🏋️

✅ All versions pass

Python Build Install Tests
3.10
3.11
3.12
3.13
3.14

Standard Automated Signature v2.0 🏷️

@JarbasAl JarbasAl closed this Jun 16, 2026
@JarbasAl JarbasAl reopened this Jun 16, 2026
@JarbasAl JarbasAl merged commit 7b09870 into dev Jun 16, 2026
15 checks passed
@JarbasAl JarbasAl deleted the chore/shared-workflows branch June 16, 2026 04:29
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.

1 participant