Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/300-flow-pr-formatting-checks.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/301-flow-pull-request-checks.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
name: '301: [FLOW] PR Checks'
name: "301: [FLOW] PR Checks"
on:
pull_request:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/302-flow-publish-release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: "302: [FLOW] Release"

on:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down
Loading