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/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 @@ -13,6 +13,7 @@
- "\\[TEST-IGNORE\\] Breaking Change(Cross-Version) - Set Status"

permissions:
actions: read
checks: read
contents: read

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 @@ -13,6 +13,7 @@
- "\\[TEST-IGNORE\\] Swagger BreakingChange - Set Status"

permissions:
actions: read
checks: read
contents: read

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 @@ -13,6 +13,7 @@
- "\\[TEST-IGNORE\\] Swagger ModelValidation"

permissions:
actions: read
checks: read
contents: read

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 @@ -13,6 +13,7 @@
- "\\[TEST-IGNORE\\] Swagger SemanticValidation"

permissions:
actions: read
checks: read
contents: read

Expand Down
Loading