diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 55eb04475..1ff9dca12 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -39,12 +39,10 @@ jobs: - uses: actions/checkout@v4.1.7 - uses: taiga-family/ci/actions/setup/variables@v1.85.0 - uses: taiga-family/ci/actions/auto/approve/double@v1.85.0 - if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' with: token1: ${{ secrets.GITHUB_TOKEN }} token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} - uses: taiga-family/ci/actions/run/merge@v1.85.0 - if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}