ci(workflow-names): Update workflow file names and workflow names#4
Merged
rbarker-dev merged 1 commit intomainfrom Apr 6, 2026
Merged
ci(workflow-names): Update workflow file names and workflow names#4rbarker-dev merged 1 commit intomainfrom
rbarker-dev merged 1 commit intomainfrom
Conversation
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
There was a problem hiding this comment.
Pull request overview
This PR standardizes GitHub Actions workflow naming by adding consistent numeric prefixes and a [FLOW] tag, and updates the Copilot setup workflow’s filename and self-references to match the new convention.
Changes:
- Updated workflow
name:values in the 300/301/302 workflows to the standardized"NNN: [FLOW] ..."format. - Renamed/standardized the Copilot setup workflow to
700-flow-copilot-setup-steps.yamland updatedon.push.paths/on.pull_request.pathsto reference the new filename.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/700-flow-copilot-setup-steps.yaml | Standardizes workflow name and updates path triggers to the new filename. |
| .github/workflows/300-flow-pr-formatting-checks.yaml | Standardizes workflow display name formatting. |
| .github/workflows/301-flow-pull-request-checks.yaml | Standardizes workflow display name formatting. |
| .github/workflows/302-flow-publish-release.yaml | Standardizes workflow display name formatting. |
Comments suppressed due to low confidence (1)
.github/workflows/700-flow-copilot-setup-steps.yaml:16
permissionsusescontent: read, but GitHub Actions permission key iscontents(plural). As written, this workflow is likely to fail validation with an unknown permission key; rename it tocontents: read(or remove the block if default permissions are acceptable).
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.
Description
This pull request updates several GitHub Actions workflow files to standardize their naming conventions and improve clarity. The main changes involve renaming workflows to include a consistent prefix and updating references to match the new file names.
Workflow naming and organization improvements:
[FLOW]tag for clarity and ordering in the Actions tab in the following files:.github/workflows/300-flow-pr-formatting-checks.yaml,.github/workflows/301-flow-pull-request-checks.yaml, and.github/workflows/302-flow-publish-release.yaml. [1] [2] [3].github/workflows/copilot-setup-steps.ymlto.github/workflows/700-flow-copilot-setup-steps.yamland updated the workflow name to match the new convention.Related Issue(s)
Closes #3