diff --git a/.github/workflows/300-flow-pr-formatting-checks.yaml b/.github/workflows/300-flow-pr-formatting-checks.yaml index 65081c4..68c983e 100644 --- a/.github/workflows/300-flow-pr-formatting-checks.yaml +++ b/.github/workflows/300-flow-pr-formatting-checks.yaml @@ -1,5 +1,5 @@ # SPDX-License-Identifier: Apache-2.0 -name: '300: [FLOW] PR Formatting Checks' +name: "300: [FLOW] PR Formatting Checks" on: pull_request_target: types: diff --git a/.github/workflows/301-flow-pull-request-checks.yaml b/.github/workflows/301-flow-pull-request-checks.yaml index 111bad5..3d48bc6 100644 --- a/.github/workflows/301-flow-pull-request-checks.yaml +++ b/.github/workflows/301-flow-pull-request-checks.yaml @@ -1,5 +1,5 @@ # SPDX-License-Identifier: Apache-2.0 -name: '301: [FLOW] PR Checks' +name: "301: [FLOW] PR Checks" on: pull_request: branches: diff --git a/.github/workflows/302-flow-publish-release.yaml b/.github/workflows/302-flow-publish-release.yaml index c18e1b7..b80ab3d 100644 --- a/.github/workflows/302-flow-publish-release.yaml +++ b/.github/workflows/302-flow-publish-release.yaml @@ -1,4 +1,4 @@ -name: Release +name: "302: [FLOW] Release" on: push: diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/700-flow-copilot-setup-steps.yaml similarity index 82% rename from .github/workflows/copilot-setup-steps.yml rename to .github/workflows/700-flow-copilot-setup-steps.yaml index cf2fd0c..28b7aea 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/700-flow-copilot-setup-steps.yaml @@ -1,4 +1,4 @@ -name: "Copilot Setup Steps" +name: "700: [FLOW] Copilot Setup Steps" # Automatically run the setup steps when they are changed to allow for easy validation and # allow manual testing through the repository's "Actions" tab. @@ -7,10 +7,10 @@ on: workflow_dispatch: push: paths: - - .github/workflows/copilot-setup-steps.yml + - .github/workflows/700-flow-copilot-setup-steps.yaml pull_request: paths: - - .github/workflows/copilot-setup-steps.yml + - .github/workflows/700-flow-copilot-setup-steps.yaml permissions: content: read