feat: seed org governance IaC (markdown-lint required-workflow ruleset)#1
Merged
Conversation
…leset First slice of dryvist org governance as code. Defines an org-level ruleset that requires dryvist/.github's markdownlint workflow to pass on every repo's default branch — single source of truth (workflow + config both in dryvist/.github), replacing per-repo .markdownlint* files and per-repo `uses:` wiring. Enforcement defaults to "evaluate" (dry-run) for a safe org-wide rollout; flip to "active" once the fleet is green. Assisted-by: Claude <noreply@anthropic.com>
Mirrors terraform-proxmox's meta/quality/CI conventions: tflint, pre-commit (terraform hooks + checkov + tofu test), CI-gate Merge Gate, release-please, renovate, LICENSE, gitattributes, CHANGELOG, AGENTS/CLAUDE, terragrunt S3 backend. Deliberate deviations: every reference is dryvist-only (no personal-account owners); no local markdownlint config (the org ruleset this repo defines is the single source of truth); terraform_docs hook omitted (its README injection trips that same org markdownlint). .envrc now points at dryvist/nix-devenv. Assisted-by: Claude <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
dryvistorg governance as code, using theintegrations/githubprovider.github_organization_ruleset.markdown_lintrequiresdryvist/.github's markdownlint workflow to pass on the default branch of every repo in the org..markdownlint-cli2.yamlboth live indryvist/.github. Replaces per-repo.markdownlint*files and per-repouses:wiring (DRY).evaluate(dry-run, reports in Rulesets → Insights, blocks nothing) for a safe org-wide rollout; flip toactiveonce the fleet is green.Pairs with
dryvist/.github: add.github/workflows/markdownlint.yml(the workflow this ruleset references). Separate PR.Apply (needs ORG_ADMIN / admin:org)
tofu apply(evaluate) → review Insights →tofu apply -var markdown_lint_enforcement=active.Test plan
tofu fmtcleantofu init -backend=false && tofu validate→ Successtofu planagainst the org (requires ORG_ADMIN token)🤖 Generated with Claude Code