From 389349f1b60292de7421006f3e03df8a0fc1373e Mon Sep 17 00:00:00 2001 From: neon_arch Date: Wed, 17 May 2023 13:37:22 +0000 Subject: [PATCH] ci: set the option to clear existing tags/labels to false --- .github/workflows/labels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 64ae655..c8adbf7 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -19,3 +19,4 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} owner-name: ${{ github.repository_owner }} repository-name: ${{ github.event.repository.name }} + force: false