From 2d218d6ebc73505c4f9b27cf7be3afdba6095b8e Mon Sep 17 00:00:00 2001 From: neon_arch Date: Sun, 14 May 2023 13:32:41 +0300 Subject: [PATCH] ci: fix labels/tags auto-generation on oss standards 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 996862f..f90801a 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