From d8a84372b1ff3ee97866f233430b1fc3b4d86e5c Mon Sep 17 00:00:00 2001 From: Hamothy <58985301+sgoudham@users.noreply.github.com> Date: Sat, 22 Jul 2023 02:33:24 +0100 Subject: [PATCH] ci: set `sync-labels` to 0 This is a temporary commit while we transfer over existing issues from older repositories that don't follow the labeling conventions. --- .github/workflows/issues.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index db4eac0..2ddae8a 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -15,5 +15,5 @@ jobs: configuration-path: .github/issue-labeler.yml enable-versioned-regex: 0 include-title: 1 - sync-labels: 1 -# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json \ No newline at end of file + sync-labels: 0 +# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json