Validate PRs against opensiddur-ai's schema and referential-integrity checks - #15
Merged
Conversation
…ecks (opensiddur-ai#94) A thin caller for opensiddur-ai's reusable validate-projects workflow: runs on every pull_request (fork-safe, no secrets needed) and can also be dispatched manually against a chosen opensiddur-ai branch's validators via the opensiddur_ai_ref input. Once this merges, making the check required needs a manual step: add its status context to main's branch protection (Settings -> Branches). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This was referenced Aug 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
.github/workflows/validate.yml, a thin caller for opensiddur-ai's new reusablevalidate-projects.ymlworkflow (opensiddur-ai#94, opensiddur/opensiddur-ai#98). On every PR here it will:wlc,miqra_al_pi_hamasorah,jps1917).Runs on
pull_request(works for fork PRs, no secrets needed) and is alsoworkflow_dispatch-able with anopensiddur_ai_refinput, to run against a different branch of the validators inopensiddur-ai.Depends on opensiddur/opensiddur-ai#98 merging to
mainfirst — this caller pinsuses: opensiddur/opensiddur-ai/.github/workflows/validate-projects.yml@main.Follow-up (not in this PR, needs repo admin)
Once this workflow has run at least once on a PR, note its exact check-context name (expected
Validate projects / validate) and add it as a required status check under Settings → Branches →main, so a failing PR is actually blocked from merging.🤖 Generated with Claude Code