From 1d9f401447d277d84b45fd4cf46d7067b6cc9e53 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Mon, 16 Aug 2021 10:06:10 -0400 Subject: [PATCH] Fix CI Signed-off-by: Sebastian Malton --- .github/workflows/require-type-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/require-type-labels.yml b/.github/workflows/require-type-labels.yml index 184ced5e9c..00a8545e91 100644 --- a/.github/workflows/require-type-labels.yml +++ b/.github/workflows/require-type-labels.yml @@ -10,4 +10,4 @@ jobs: with: mode: exactly count: 1 - labels: "enhancement, bug, chore, area/ci, area/tests, dependencies, area/documentation" + labels: "enhancement, bug, chore, area/ci, area/tests, dependencies, area/documentation, skip-changelog"