From b0578c456795cddea5fc77838e85797a210b9942 Mon Sep 17 00:00:00 2001 From: neon_arch Date: Sun, 14 May 2023 13:24:36 +0300 Subject: [PATCH] ci: fix labels autogeneration github ci --- .github/workflows/labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index f90801a..996862f 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -19,4 +19,4 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} owner-name: ${{ github.repository_owner }} repository-name: ${{ github.event.repository.name }} - force: true # optional to clear existing labels, default to true + # force: true # optional to clear existing labels, default to true