From 30102cc6f9e43a993f1763902bc7c1c70e3a5861 Mon Sep 17 00:00:00 2001 From: neon_arch Date: Tue, 16 May 2023 16:37:33 +0000 Subject: [PATCH] ci: remove force flag to not clear existing tags/labels --- .github/workflows/labels.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index f90801a..64ae655 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -19,4 +19,3 @@ 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