Browse Source

fix(testing)!: Breaking changes should not break ci (#5739)

Jean-Philippe Evrard 3 months ago
parent
commit
a79a3b2da0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/pull-request-label.yml

+ 1 - 1
.github/workflows/pull-request-label.yml

@@ -75,7 +75,7 @@ jobs:
 
 
               if (breaking) {
               if (breaking) {
                 console.log("Adding breaking change label");
                 console.log("Adding breaking change label");
-                labels.push(process.env.BREAKING_CHANGE_LABEL);
+                labels.push("breaking-change");
               }
               }
 
 
               // Add type-based label
               // Add type-based label