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
1 change: 1 addition & 0 deletions .github/workflows/_reusable-verify-run-status.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Prefix with "~" to sort last in Actions list
name: ~Templates - Verify Run Status

Expand All @@ -19,6 +19,7 @@
actions: read
checks: read
contents: read
statuses: read

jobs:
check-run-status:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/watch-breakingchange-crossversion.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Use ~ to sort the workflow to the bottom of the list
name: "~Watch - Breaking Change(Cross-Version)"

Expand All @@ -16,6 +16,7 @@
actions: read
checks: read
contents: read
statuses: read

jobs:
BreakingChangeCrossVersion:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/watch-breakingchange.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Use ~ to sort the workflow to the bottom of the list
name: "~Watch - BreakingChange"

Expand All @@ -16,6 +16,7 @@
actions: read
checks: read
contents: read
statuses: read

jobs:
BreakingChange:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/watch-modelvalidation.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Use ~ to sort the workflow to the bottom of the list
name: "~Watch - Swagger ModelValidation"

Expand All @@ -16,6 +16,7 @@
actions: read
checks: read
contents: read
statuses: read

jobs:
ModelValidationWatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/watch-semanticvalidation.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Use ~ to sort the workflow to the bottom of the list
name: "~Watch - Swagger SemanticValidation"

Expand All @@ -16,6 +16,7 @@
actions: read
checks: read
contents: read
statuses: read

jobs:
SemanticValidationWatch:
Expand Down
Loading