Add Gitea Actions parity workflows - #87
Merged
Merged
Conversation
Mirrors the GitHub quality/openspec-validate merge gate and adds a require-changeset check, both validated end-to-end on a self-hosted Gitea instance during a POC. Additive only: .gitea/ and .github/ are ignored by the other host, so this does not affect the existing GitHub CI. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
A verbatim Russian quote slipped through because the local lint:english check was run before the file was staged; check-english.mjs scans only git-tracked files (git ls-files), so an untracked new file is silently skipped. CI's lint:english (run against the committed tree) caught it. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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
.gitea/workflows/quality.yml, mirroring.github/workflows/quality.yml'squalityandopenspec-validatejobs — the same@openspec-ui/cli validatemerge gate on either host..gitea/workflows/require-changeset.yml, gatingpackages/*/src/**orpackages/*/package.jsonchanges on an accompanying.changeset/*.mdfile.actions/checkout@v4ran unmodified, and the require-changeset check correctly failed/passed based on changeset presence.extension-integration,release-extension(GitHub-token/gh release-specific),dependency-review(GitHub-only action) — these need host-specific redesign, not a mechanical copy..github/workflows/— the two directories are additive, ignored by the other host.Test plan
js-yaml)openspec change validate --strict add-gitea-actions-paritynpm run lint:english🤖 Generated with Claude Code