From 941ee9196fc7e743f4391e3a06138d54f6efed3e Mon Sep 17 00:00:00 2001 From: splincode Date: Mon, 2 Dec 2024 13:55:32 +0300 Subject: [PATCH] chore: fix wrong yml syntax --- .github/workflows/after-close-pr.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/after-close-pr.yml b/.github/workflows/after-close-pr.yml index 8523f9495781..61c5b4bd36d3 100644 --- a/.github/workflows/after-close-pr.yml +++ b/.github/workflows/after-close-pr.yml @@ -53,6 +53,5 @@ jobs: if: ${{ github.event.pull_request.merged == true }} with: github_token: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} - with: - labels: | - community contribution + labels: | + community contribution