Conversation
…mpatibility - Disable new markdownlint rules enabled by default in v23 (MD049, MD050, MD054, MD055, MD056, MD058) to prevent CI failures when Dependabot PR #19 (markdownlint-cli2-action v9→v23) is merged - Sync standards/workflows/dependency-audit.yml to action versions currently in the live workflow: actions/checkout v6.0.2, actions/setup-node v6.3.0, and updated pnpm/action-setup and actions/setup-go patch SHAs Note: .github/workflows/ files require manual edits (no workflow write permission): - dependabot-automerge.yml: add skip-commit-verification: true to fix PR #22 - dependency-audit.yml: correct 6 version comments (SHA updated but comment still says v4/v5) Closes #36 Co-authored-by: don-petry <don-petry@users.noreply.github.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
Addresses actionable fixes from issue #36 — Dependabot major version review:
.markdownlint-cli2.yaml: Pre-emptively disables new default-enabled rules added in markdownlint-cli2 v9→v23 (MD049,MD050,MD054,MD055,MD056,MD058). These rules enforce style choices (emphasis style, link formats, table formatting) that conflict with the intentional variety used in org documentation. This prevents CI failures when Dependabot PR chore(deps): Bump DavidAnson/markdownlint-cli2-action from 9.0.0 to 23.0.0 #19 is merged.standards/workflows/dependency-audit.yml: Syncs the shared template to action versions currently deployed in the live workflow —actions/checkout v6.0.2,actions/setup-node v6.3.0, and updated patch SHAs forpnpm/action-setupandactions/setup-go. This ensures the template stays current so new repos don't inherit outdated action versions.What Still Needs Manual Edits
The GitHub App token lacks
workflowswrite permission, so these.github/workflows/changes must be applied by a maintainer:dependabot-automerge.yml— addskip-commit-verification: trueto fix PR chore(deps): bump anthropics/claude-code-action from 1.0.83 to 1.0.89 #22 and future signed-commit auto-merges (this is already present instandards/workflows/dependabot-automerge.yml)dependency-audit.yml— correct 6 stale# v4/# v5version comments (SHAs were updated by merged Dependabot PRs but comments weren't)Remaining Dependabot PRs to Review
Closes #36
Generated with Claude Code