Skip to content

ci(workflow-names): Update workflow file names and workflow names#4

Merged
rbarker-dev merged 1 commit intomainfrom
3-update-workflow-names
Apr 6, 2026
Merged

ci(workflow-names): Update workflow file names and workflow names#4
rbarker-dev merged 1 commit intomainfrom
3-update-workflow-names

Conversation

@rbarker-dev
Copy link
Copy Markdown
Contributor

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:

  • Standardized workflow names to include a numeric prefix and the [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]
  • Renamed .github/workflows/copilot-setup-steps.yml to .github/workflows/700-flow-copilot-setup-steps.yaml and updated the workflow name to match the new convention.
  • Updated workflow triggers and path references to use the new file name for the Copilot setup steps workflow.

Related Issue(s)

Closes #3

Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
@rbarker-dev rbarker-dev requested a review from Copilot April 6, 2026 13:18
@rbarker-dev rbarker-dev self-assigned this Apr 6, 2026
@rbarker-dev rbarker-dev added the github_actions Changes to github actions label Apr 6, 2026
@rbarker-dev rbarker-dev merged commit 1b3a20a into main Apr 6, 2026
12 checks passed
@rbarker-dev rbarker-dev deleted the 3-update-workflow-names branch April 6, 2026 13:20
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.yaml and updated on.push.paths / on.pull_request.paths to 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

  • permissions uses content: read, but GitHub Actions permission key is contents (plural). As written, this workflow is likely to fail validation with an unknown permission key; rename it to contents: read (or remove the block if default permissions are acceptable).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Changes to github actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update workflow names

2 participants