ci: add placeholder required status gate#5
Conversation
Satisfies the `required` status-check context in org ruleset `default-branch-baseline` (id 15191038, currently evaluate mode). Placeholder: this job always passes. Before the ruleset flips to active, harden it with `needs:` on real language-CI jobs or replace with a call to a reusable workflow from resq-software/.github once the matching lang-ci.yml exists.
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 37 minutes and 11 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the 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 have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Adds the docs-specific CI governance workflows on top of the placeholder required gate (#5). New workflows - workflows/lychee.yml — link checker (markdown + mdx + docs.json) - workflows/i18n-parity.yml — informational locale parity report - workflows/labeler.yml — auto-label PRs by touched paths - workflows/stale.yml — close abandoned issues/PRs - labeler.yml — labeler action config Hardened - workflows/required.yml — adds mintlify broken-link job to needs:, so the aggregate \`required\` check actually depends on real CI rather than passing trivially. The \`required\` change keeps the single-aggregate-gate contract — new blocking checks should be added to \`needs:\` here rather than as separate workflows that branch protection has to track individually.
* ci: add governance workflows and harden required gate Adds the docs-specific CI governance workflows on top of the placeholder required gate (#5). New workflows - workflows/lychee.yml — link checker (markdown + mdx + docs.json) - workflows/i18n-parity.yml — informational locale parity report - workflows/labeler.yml — auto-label PRs by touched paths - workflows/stale.yml — close abandoned issues/PRs - labeler.yml — labeler action config Hardened - workflows/required.yml — adds mintlify broken-link job to needs:, so the aggregate \`required\` check actually depends on real CI rather than passing trivially. The \`required\` change keeps the single-aggregate-gate contract — new blocking checks should be added to \`needs:\` here rather than as separate workflows that branch protection has to track individually. * ci: make mintlify/spectral advisory, scope labeler area:content Resolves CI failures and review feedback on this PR. required.yml - mintlify (broken-links): set continue-on-error until #6 (rewrites api-reference/introduction.mdx) and #7 (deletes essentials/ starter pages) merge. Five broken links here all live in those soon-to-be- removed files. - spectral (OpenAPI lint): fix invalid action SHA — use v0.8.13 tag with TODO for Dependabot to SHA-pin. Mark advisory. - pwa-manifest: skip gracefully when manifest.webmanifest is absent (it lives on feat/brand-assets PR #8). Once #8 merges, this gate becomes substantive on main. - required: gate now blocks only on pwa-manifest. Mintlify and spectral results print for visibility. labeler.yml - area:content: add all-globs-to-all-files exclusion for paths owned by other labels (api-reference, specs, locales, .github, repo guidance) so PRs don't accumulate redundant labels. * ci: flip mintlify back to blocking now that #6 and #7 merged The advisory mode was scoped to "until docs/onboarding-pages and chore/repo-cleanup land". Both are now in main: - #6 (81ab409) rewrote api-reference/introduction.mdx (no more /api-reference/endpoint/* dangling refs) - #7 (c6bf336) deleted the essentials/* and ai-tools/* starter pages (no more /writing-content/embed and /api-playground/demo broken links) The five broken links the original run found are gone. mintlify (broken-links) returns to a substantive blocking gate. spectral remains advisory until the stoplightio/spectral-action SHA pin lands (Dependabot will handle).
Summary
Adds a minimal
required.ymlworkflow that always emits a greenrequiredstatus-check context — the context matched by the org rulesetdefault-branch-baseline(id 15191038, currently evaluate mode).This is a placeholder. Before flipping the ruleset to active, either:
needs:on real CI jobs in this repo, orresq-software/.githubonce the matching language-ci.yml exists.Context: resq-software/.github#12 defines the full reusable CI suite. This repo'''s lang is deferred in that PR and will get a proper workflow in a follow-up.