From f17f16035d11c940956bb788333f3b412f6557f8 Mon Sep 17 00:00:00 2001 From: Claas Augner <495429+caugner@users.noreply.github.com> Date: Thu, 16 Mar 2023 13:05:44 +0100 Subject: [PATCH] ci(issue-regex-labeler): remove sync-labels option github/issue-labeler v3 introduced the following breaking change: "Issue labels that do not match a regex will no longer be removed by default unless you set sync-labels: to 1" So we added `sync-labels: 1` to keep the previous behavior. However, we only label new issues, not existing issues, so the action does not need to sync or remove any labels. --- .github/workflows/issue-regex-labeler.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/issue-regex-labeler.yml b/.github/workflows/issue-regex-labeler.yml index d067e19e763631c..b9d8043dc4c6dfe 100644 --- a/.github/workflows/issue-regex-labeler.yml +++ b/.github/workflows/issue-regex-labeler.yml @@ -12,4 +12,3 @@ jobs: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: .github/issue-regex-labeler.yml enable-versioned-regex: 0 - sync-labels: 1