From 6bceccfc4a5a69e0c98e23584c4db1715b70211e Mon Sep 17 00:00:00 2001 From: wadackel Date: Sat, 16 May 2026 21:47:47 +0900 Subject: [PATCH 1/2] chore: probe automerge-gate behavior for paths-filtered checks Temporary verification commit. Touches no `.github/**` files so that the `actionlint` workflow is skipped by its `paths` filter. The PR is closed without merging once we have observed that `all-passed` still reports SUCCESS in the absence of `actionlint` from the check set. Co-Authored-By: Claude Opus 4.7 (1M context) --- _verify-gate.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 _verify-gate.md diff --git a/_verify-gate.md b/_verify-gate.md new file mode 100644 index 0000000..585fada --- /dev/null +++ b/_verify-gate.md @@ -0,0 +1,14 @@ +# automerge-gate behavior verification (TEMPORARY) + +This file exists only to produce a non-`.github/**` diff so that the +`actionlint` workflow's `paths` filter excludes this PR. + +The associated PR is intentionally never merged. It is closed after +observing that: + +- `actionlint` does NOT appear in `gh pr checks` (paths filter skipped it). +- `all-passed` (the automerge-gate job) still completes with SUCCESS, + proving the gate ignores absent path-filtered workflows rather than + blocking on them. + +Delete this file by closing the PR and deleting the branch. From d44ffda9367a8d70b85f3c3297a2e2ea5302f5be Mon Sep 17 00:00:00 2001 From: wadackel Date: Sat, 16 May 2026 21:49:50 +0900 Subject: [PATCH 2/2] chore: re-trigger checks after base change to chore/gha-2