From b11c99d0ec755fadc110043115901870c84b4913 Mon Sep 17 00:00:00 2001 From: splincode Date: Tue, 24 Sep 2024 11:13:57 +0300 Subject: [PATCH] chore: ci --- .github/workflows/pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 5abf64f..967432d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -51,7 +51,7 @@ jobs: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} label-when-approved: - if: github.event.review.state == 'approved' + if: github.event.review.state == 'APPROVED' name: Label when approved permissions: write-all runs-on: ubuntu-latest @@ -61,7 +61,7 @@ jobs: - uses: taiga-family/ci/actions/auto/label-when-approved@v1.84.0 continue-on-error: true with: - approvals: 2 + approvals: 1 token: ${{ secrets.GITHUB_TOKEN }} assign-author: