Skip to content

Bump tomio2480/github-workflows/.github/actions/markdown-lint from 2.6.0 to 2.8.1 - #10

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/tomio2480/github-workflows/dot-github/actions/markdown-lint-2.8.1
Open

Bump tomio2480/github-workflows/.github/actions/markdown-lint from 2.6.0 to 2.8.1#10
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/tomio2480/github-workflows/dot-github/actions/markdown-lint-2.8.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor

Bumps tomio2480/github-workflows/.github/actions/markdown-lint from 2.6.0 to 2.8.1.

Release notes

Sourced from tomio2480/github-workflows/.github/actions/markdown-lint's releases.

v2.8.1

fix(templates): PR #99 の Codex レビュー指摘への対応(PR #101).

  • .textlint-allowlist.yml のキャプション例外例の終端を [^.。.]$ へ狭めた.「。」「.」など誤った句点で終わる行は例外化されず指摘対象に残る.
  • .textlintignore の位置づけを「ファイル全体の除外(全ルールが効かなくなる)」として区別する記述へ改めた.
  • コメント・ドキュメントのみの変更で,lint の実行挙動に変更はない.caller 側の対応は不要.

v2.8.0

feat(templates): sentence-length へ skipPatterns を追加し,インライン数式を文長カウントから外す(PR #100 / Issue #96).

  • $…$ のインライン数式が 1 文の字数に数えられなくなり,数式を多く含む原稿での誤検出が減る.
  • Issue 提案の索引アンカー用パターンは不採用.inline HTML は文字列化の時点で落ち,元々文長に数えられていないことを実測した(詳細は docs/rule-rationale.md).
  • caller 側の対応は不要.指摘が減る方向の変更のみである.

v2.7.3

fix(templates): .textlint-allowlist.yml から存在しない allowRules の案内を除く(PR #99 / Issue #97).

  • allowRules は textlint-filter-rule-allowlist に無い鍵で,書いても黙って無視される.
  • コメント例を,効きを実測済みの allow 正規表現例(図表キャプション句点例外)へ差し替えた.
  • caller 側対応: 既存の .textlint-allowlist.yml に allowRules を書いている場合は削除を推奨(元々効いていないため挙動は変わらない).
  • 未知キー検出時の警告は Issue #98 で別途扱う.

v2.7.2

chore(deps): claude-code-action を 1.0.187 から 1.0.193 へ更新(PR #95).

  • 対象は reusable workflow claude-review.yml の SHA ピンのみ.
  • caller 側の対応は不要.@v2 pin 利用者は次回 Dependabot PR で自動追従する.

v2.7.1

変更内容

  • Issue #91(caller 追加 prh 辞書 .prh-extra.yml)の判断記録を docs/notes/ へ追加(#94
    • 加算方式の採用理由と rulePaths の順序固定(中央 → 追加)
    • textlint-rule-prh 6.1.0 の衝突時挙動(先頭の辞書が勝つ)の実測結果
  • caller テンプレートの版コメントを v2.7.1 へ更新

caller 側の対応

  • 不要.動作の変更はない.

v2.7.0

変更内容

  • caller root の .prh-extra.yml を中央 prh.yml加算 する方式を追加 (#93, closes #91)
    • generate-textlint-runtime.py が optional 引数で追加辞書を受け,rules.prh.rulePaths[中央, 追加] の 2 本にする
    • action.yml の設定解決 step で .prh-extra.yml を検出(.textlint-allowlist.yml と同形)
    • templates/.prh-extra.yml に caller 用の雛形を追加
    • README・docs/dictionary-maintenance.mddocs/architecture.mddocs/rule-rationale.md に「置き換え(prh.yml)/追加(.prh-extra.yml)」の使い分けを記載
  • caller テンプレートの版コメントを v2.7.0 へ更新

... (truncated)

Commits
  • a487e0d Merge pull request #101 from tomio2480/fix/pr99-codex-followup
  • 90d4ccc docs: 80 字超の文を分割しリンクテキストを短縮する
  • ed7ee69 fix(templates): PR #99 の Codex レビュー指摘へ対応する
  • 71e589d Merge pull request #100 from tomio2480/feat/issue-96-sentence-length-skippatt...
  • 23934f7 Merge pull request #99 from tomio2480/fix/issue-97-allowlist-allowrules
  • cc2a14b docs: rule-rationale へ sentence-length skipPatterns の採用根拠を足す
  • 53ec4e0 feat(templates): sentence-length へ skipPatterns を足しインライン数式を文長から外す
  • 54dfc3a test: 数式入りで見かけ 80 字未満の文を clean fixture へ足す
  • a794060 docs: allow 例の区切り記号を caller 書式へ合わせる注意を足す
  • a148625 test: allowlist fixture から allowRules を除き allow の実例へ寄せる
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tomio2480/github-workflows/.github/actions/markdown-lint](https://github.com/tomio2480/github-workflows) from 2.6.0 to 2.8.1.
- [Release notes](https://github.com/tomio2480/github-workflows/releases)
- [Commits](tomio2480/github-workflows@20a93b5...a487e0d)

---
updated-dependencies:
- dependency-name: tomio2480/github-workflows/.github/actions/markdown-lint
  dependency-version: 2.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants