From 86e46f703b2e575899e9be37311dfddcea33e82c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 18:27:22 +0000 Subject: [PATCH] =?UTF-8?q?feat(post-tool-linter):=20config=20=E3=81=AE=20?= =?UTF-8?q?workstream=20=E9=80=A3=E7=95=AA=E5=90=8D=E3=82=92=20lint=20?= =?UTF-8?q?=E3=81=99=E3=82=8B=20(nightly-todo=20=E9=A0=86=E4=BD=8D=20216)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../incidents/bad/no-workstream-seq-names-in-config.toml | 3 +++ .../incidents/good/no-workstream-seq-names-in-config.toml | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 tests/fixtures/incidents/bad/no-workstream-seq-names-in-config.toml create mode 100644 tests/fixtures/incidents/good/no-workstream-seq-names-in-config.toml diff --git a/tests/fixtures/incidents/bad/no-workstream-seq-names-in-config.toml b/tests/fixtures/incidents/bad/no-workstream-seq-names-in-config.toml new file mode 100644 index 00000000..2de79fb0 --- /dev/null +++ b/tests/fixtures/incidents/bad/no-workstream-seq-names-in-config.toml @@ -0,0 +1,3 @@ +# WP-08 incident-eval fixture (synthetic test data). Reproduces PR #216 (no-workstream-seq-names-in-config). +# 次 PR (PR-3) で `[features].enabled` allow-list 方式に移行予定 +enabled = true diff --git a/tests/fixtures/incidents/good/no-workstream-seq-names-in-config.toml b/tests/fixtures/incidents/good/no-workstream-seq-names-in-config.toml new file mode 100644 index 00000000..f01f797a --- /dev/null +++ b/tests/fixtures/incidents/good/no-workstream-seq-names-in-config.toml @@ -0,0 +1,3 @@ +# WP-08 incident-eval fixture (synthetic test data). Clean counterpart for no-workstream-seq-names-in-config (must NOT fire). +# 由来: PR #216、将来的に `[features].enabled` allow-list 方式への移行を検討中 +enabled = true