Skip to content

chore: verify automerge-gate behavior for paths-filtered checks (DO NOT MERGE)#122

Closed
wadackel wants to merge 2 commits into
chore/gha-2from
chore/verify-gate-paths-filter
Closed

chore: verify automerge-gate behavior for paths-filtered checks (DO NOT MERGE)#122
wadackel wants to merge 2 commits into
chore/gha-2from
chore/verify-gate-paths-filter

Conversation

@wadackel
Copy link
Copy Markdown
Collaborator

Summary (temporary / verification-only — DO NOT MERGE)

Probes the automerge-gate workflow added in #121 against a diff that does not touch .github/**. The actionlint workflow's paths: ['.github/**'] filter should exclude it, leaving the check set as build_and_test + commitlint + registered + all-passed (+ dogfood/publish skipped and ignored).

Expected observation:

  • actionlint does NOT appear in gh pr checks.
  • all-passed (the gate) still completes with SUCCESS, proving that path-filtered workflows that legitimately did not run are not waited-on or blocking.

This PR is closed without merging once the observation is captured.

Test plan

  • gh pr checks <PR> shows no actionlint entry
  • gh pr checks <PR> shows all-passed: SUCCESS
  • Close the PR + delete the branch after observation

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) <noreply@anthropic.com>
@wadackel wadackel changed the base branch from main to chore/gha-2 May 16, 2026 12:49
@wadackel
Copy link
Copy Markdown
Collaborator Author

Verification successful — actionlint was correctly excluded by paths filter and the all-passed gate still returned SUCCESS. Closing as planned.

@wadackel wadackel closed this May 16, 2026
@wadackel wadackel deleted the chore/verify-gate-paths-filter branch May 16, 2026 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant