Skip to the content.

?? Workflows and Reusable Actions

?? Reusable Workflow Pattern

Consumer repositories call shared workflows from this repository:

uses: Omkraft/.github/.github/workflows/<workflow>.yml@main

?? Shared Reusable Workflows

Workflow Purpose
pr-title.yml Enforces Conventional Commit-style PR titles
ollama-review.yml Runs local Ollama-based automatic PR review
release.yml Runs semantic-release and publishes tag/release

?? Repo-Local Workflows


?? Ollama Review Trigger Coverage

Configured events:

Review policy emphasis:

Execution model:


??? Guardrails


?? Branch Protection Recommendation

For protected branches such as main, require the Ollama review status check before merge.

Recommended required check:

Recommended baseline required checks by repository:

After the first workflow run in each repository, verify the exact check labels in GitHub and use those exact labels in branch protection or rulesets.