From ede1e3e273301ba66e91e4b3e2a8d9abd727d308 Mon Sep 17 00:00:00 2001 From: codycooperross <50597551+codycooperross@users.noreply.github.com> Date: Tue, 23 Jul 2024 16:22:51 -0400 Subject: [PATCH] Update update_label.yml --- .github/workflows/update_label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_label.yml b/.github/workflows/update_label.yml index c02a9f7..8d39a43 100644 --- a/.github/workflows/update_label.yml +++ b/.github/workflows/update_label.yml @@ -8,7 +8,7 @@ jobs: permissions: issues: write steps: - - run: gh label edit "$NAME" --name "$NEW_NAME" -c $NEW_COLOR -d "$NEW_DESCRIPTION" -R datacite/product-suggestions-triage --force + - run: gh label edit "$NAME" --name "$NEW_NAME" -c $NEW_COLOR -d "$NEW_DESCRIPTION" -R datacite/product-suggestions-triage env: GH_TOKEN: ${{ secrets.GH_TOKEN }} GH_REPO: ${{ github.repository }}