PPNA-5781 Don't run version-update on skipped workflows (commits with "[skip ci]" etc)#185
Draft
mrfijas wants to merge 1 commit into
Draft
PPNA-5781 Don't run version-update on skipped workflows (commits with "[skip ci]" etc)#185mrfijas wants to merge 1 commit into
mrfijas wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the version-update/trigger composite action so it does not dispatch version-update workflows when the source commit indicates CI should be skipped (e.g., [skip ci]), including when invoked from a workflow_run-based workflow.
Changes:
- Derive
source_sha/source_reffor both normal events andworkflow_run, and surface them via outputs. - Detect GitHub Actions skip directives in the source commit message and skip dispatching when present (with a
skip_reasonoutput and updated summaries). - Document the new skip behavior in the README.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
version-update/trigger/action.yaml |
Adds commit-message skip detection and workflow_run source SHA/ref handling; enriches outputs and summary text. |
README.md |
Documents skip-directive behavior for dev commits and tags, including workflow_run usage. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
Author
|
cursor review |
Contributor
|
@cursor review |
7d627e7 to
5d7d105
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WiP