Skip to content

fix: skip vale-autofix when triggered by bot commit#589

Merged
jth-nw merged 1 commit intodevfrom
fix/vale-skip-bot-push
Mar 20, 2026
Merged

fix: skip vale-autofix when triggered by bot commit#589
jth-nw merged 1 commit intodevfrom
fix/vale-skip-bot-push

Conversation

@jth-nw
Copy link
Collaborator

@jth-nw jth-nw commented Mar 20, 2026

When Phase 1 pushes a fix commit, the synchronize event triggers a second workflow run. This run would cancel the first (losing the Phase 1 summary) or produce an incomplete summary.

Now the workflow checks if the latest commit author is github-actions[bot] and skips all steps if so. Also removes cancel-in-progress so queued runs complete instead of cancelling.

When Phase 1 pushes a fix commit, the synchronize event triggers
a second workflow run. This run would cancel the first (losing
the Phase 1 summary) or produce an incomplete summary.

Now the workflow checks if the latest commit author is
github-actions[bot] and skips all steps if so. Also removes
cancel-in-progress so queued runs complete instead of cancelling.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@jth-nw jth-nw merged commit 9d2f336 into dev Mar 20, 2026
3 of 5 checks passed
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