Skip to content

Commit 2bed7ee

Browse files
authored
Flipped new BrCh chks (#36429)
1 parent 257035c commit 2bed7ee

6 files changed

+23
-17
lines changed

.github/workflows/breaking-change-add-label-artifacts.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: "[TEST-IGNORE] Breaking Change - Add Label Artifacts"
1+
name: "Breaking Change - Add Label Artifacts"
22

33
on:
44
workflow_run:
55
workflows:
6-
- "\\[TEST-IGNORE\\] Swagger BreakingChange - Analyze Code"
7-
- "\\[TEST-IGNORE\\] Breaking Change(Cross-Version) - Analyze Code"
6+
- "Swagger BreakingChange - Analyze Code"
7+
- "Breaking Change(Cross-Version) - Analyze Code"
88
types: [completed]
99

1010
permissions:
@@ -14,7 +14,7 @@ permissions:
1414

1515
jobs:
1616
breaking-change-add-label-artifacts:
17-
name: "[TEST-IGNORE] Breaking Change - Add Label Artifacts"
17+
name: "Breaking Change - Add Label Artifacts"
1818

1919
runs-on: ubuntu-24.04
2020

.github/workflows/breaking-change-code.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "[TEST-IGNORE] Swagger BreakingChange - Analyze Code"
1+
name: "Swagger BreakingChange - Analyze Code"
22

33
on: pull_request
44

@@ -7,7 +7,7 @@ permissions:
77

88
jobs:
99
validateBreakingChange:
10-
name: "[TEST-IGNORE] Swagger BreakingChange - Analyze Code"
10+
name: "Swagger BreakingChange - Analyze Code"
1111
runs-on: ubuntu-24.04
1212

1313
steps:

.github/workflows/breaking-change-cross-version-code.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "[TEST-IGNORE] Breaking Change(Cross-Version) - Analyze Code"
1+
name: "Breaking Change(Cross-Version) - Analyze Code"
22

33
on: pull_request
44

@@ -7,7 +7,7 @@ permissions:
77

88
jobs:
99
validateBreakingChange:
10-
name: "[TEST-IGNORE] Breaking Change(Cross-Version) - Analyze Code"
10+
name: "Breaking Change(Cross-Version) - Analyze Code"
1111
runs-on: ubuntu-24.04
1212

1313
steps:

.github/workflows/breaking-change-cross-version-status.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "[TEST-IGNORE] Breaking Change(Cross-Version) - Set Status"
1+
name: "Breaking Change(Cross-Version) - Set Status"
22

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

2121
permissions:
@@ -30,6 +30,6 @@ jobs:
3030
name: Set Breaking Change(Cross-Version) Status
3131
uses: ./.github/workflows/_reusable-set-check-status.yaml
3232
with:
33-
monitored_workflow_name: "[TEST-IGNORE] Breaking Change(Cross-Version) - Analyze Code"
34-
required_check_name: "[TEST-IGNORE] Breaking Change(Cross-Version)"
33+
monitored_workflow_name: "Breaking Change(Cross-Version) - Analyze Code"
34+
required_check_name: "Breaking Change(Cross-Version)"
3535
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"

.github/workflows/breaking-change-status.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "[TEST-IGNORE] Swagger BreakingChange - Set Status"
1+
name: "Swagger BreakingChange - Set Status"
22

33
on:
44
# Must run on pull_request_target instead of pull_request, since the latter cannot trigger on
@@ -15,7 +15,7 @@ on:
1515
- labeled
1616
- unlabeled
1717
workflow_run:
18-
workflows: ["\\[TEST-IGNORE\\] Swagger BreakingChange - Analyze Code"]
18+
workflows: ["Swagger BreakingChange - Analyze Code"]
1919
types: [completed]
2020

2121
permissions:
@@ -30,6 +30,6 @@ jobs:
3030
name: Set BreakingChange Status
3131
uses: ./.github/workflows/_reusable-set-check-status.yaml
3232
with:
33-
monitored_workflow_name: "[TEST-IGNORE] Swagger BreakingChange - Analyze Code"
34-
required_check_name: "[TEST-IGNORE] Swagger BreakingChange"
33+
monitored_workflow_name: "Swagger BreakingChange - Analyze Code"
34+
required_check_name: "Swagger BreakingChange"
3535
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"

.github/workflows/update-labels.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ on:
77
# If an upstream workflow if completed, get only the artifacts from that workflow, and update labels
88
workflow_run:
99
workflows:
10-
["ARM Auto SignOff", "SDK Breaking Change Labels", "SDK Suppressions", "TypeSpec Requirement"]
10+
[
11+
"ARM Auto SignOff",
12+
"SDK Breaking Change Labels",
13+
"SDK Suppressions",
14+
"TypeSpec Requirement",
15+
"Breaking Change - Add Label Artifacts",
16+
]
1117
types: [completed]
1218

1319
permissions:

0 commit comments

Comments
 (0)