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
4 changes: 2 additions & 2 deletions .github/workflows/breaking-change-code.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Swagger BreakingChange - Analyze Code"
name: "[TEST-IGNORE] Swagger BreakingChange - Analyze Code"

on: pull_request

Expand All @@ -7,7 +7,7 @@

jobs:
validateBreakingChange:
name: "Swagger BreakingChange - Analyze Code"
name: "[TEST-IGNORE] Swagger BreakingChange - Analyze Code"
runs-on: ubuntu-24.04

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/breaking-change-cross-version-code.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Breaking Change(Cross-Version) - Analyze Code"
name: "[TEST-IGNORE] Breaking Change(Cross-Version) - Analyze Code"

on: pull_request

Expand All @@ -7,7 +7,7 @@

jobs:
validateBreakingChange:
name: "Breaking Change(Cross-Version) - Analyze Code"
name: "[TEST-IGNORE] Breaking Change(Cross-Version) - Analyze Code"
runs-on: ubuntu-24.04

steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/breaking-change-cross-version-status.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Breaking Change(Cross-Version) - Set Status"
name: "[TEST-IGNORE] Breaking Change(Cross-Version) - Set Status"

on:
# Must run on pull_request_target instead of pull_request, since the latter cannot trigger on
Expand All @@ -15,7 +15,7 @@
- labeled
- unlabeled
workflow_run:
workflows: ["Breaking Change(Cross-Version) - Analyze Code"]
workflows: ["\\[TEST-IGNORE\\] Breaking Change(Cross-Version) - Analyze Code"]
types: [completed]

permissions:
Expand All @@ -30,6 +30,6 @@
name: Set Breaking Change(Cross-Version) Status
uses: ./.github/workflows/_reusable-set-check-status.yaml
with:
monitored_workflow_name: "Breaking Change(Cross-Version) - Analyze Code"
required_check_name: "Breaking Change(Cross-Version)"
monitored_workflow_name: "[TEST-IGNORE] Breaking Change(Cross-Version) - Analyze Code"
required_check_name: "[TEST-IGNORE] Breaking Change(Cross-Version)"
overriding_label: "BreakingChange-Approved-Benign,BreakingChange-Approved-BugFix,BreakingChange-Approved-UserImpact,BreakingChange-Approved-BranchPolicyException,BreakingChange-Approved-Previously,BreakingChange-Approved-Security,Versioning-Approved-Benign,Versioning-Approved-BugFix,Versioning-Approved-PrivatePreview,Versioning-Approved-BranchPolicyException,Versioning-Approved-Previously,Versioning-Approved-Retired"
8 changes: 4 additions & 4 deletions .github/workflows/breaking-change-status.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Swagger BreakingChange - Set Status"
name: "[TEST-IGNORE] Swagger BreakingChange - Set Status"

on:
# Must run on pull_request_target instead of pull_request, since the latter cannot trigger on
Expand All @@ -15,7 +15,7 @@
- labeled
- unlabeled
workflow_run:
workflows: ["Swagger BreakingChange - Analyze Code"]
workflows: ["\\[TEST-IGNORE\\] Swagger BreakingChange - Analyze Code"]
types: [completed]

permissions:
Expand All @@ -30,6 +30,6 @@
name: Set BreakingChange Status
uses: ./.github/workflows/_reusable-set-check-status.yaml
with:
monitored_workflow_name: "Swagger BreakingChange - Analyze Code"
required_check_name: "Swagger BreakingChange"
monitored_workflow_name: "[TEST-IGNORE] Swagger BreakingChange - Analyze Code"
required_check_name: "[TEST-IGNORE] Swagger BreakingChange"
overriding_label: "BreakingChange-Approved-Benign,BreakingChange-Approved-BugFix,BreakingChange-Approved-UserImpact,BreakingChange-Approved-BranchPolicyException,BreakingChange-Approved-Previously,BreakingChange-Approved-Security,Versioning-Approved-Benign,Versioning-Approved-BugFix,Versioning-Approved-PrivatePreview,Versioning-Approved-BranchPolicyException,Versioning-Approved-Previously,Versioning-Approved-Retired"
9 changes: 1 addition & 8 deletions .github/workflows/update-labels.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: Update Labels

on:
Expand All @@ -7,14 +7,7 @@
# If an upstream workflow if completed, get only the artifacts from that workflow, and update labels
workflow_run:
workflows:
[
"ARM Auto SignOff",
"SDK Breaking Change Labels",
"SDK Suppressions",
"TypeSpec Requirement",
"Swagger BreakingChange - Analyze Code",
"Breaking Change(Cross-Version) - Analyze Code",
]
["ARM Auto SignOff", "SDK Breaking Change Labels", "SDK Suppressions", "TypeSpec Requirement"]
types: [completed]

permissions:
Expand Down
Loading