Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 24, 2024
1 parent de5b05d commit b11c99d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -61,7 +61,7 @@ jobs:
- uses: taiga-family/ci/actions/auto/[email protected]
continue-on-error: true
with:
approvals: 2
approvals: 1
token: ${{ secrets.GITHUB_TOKEN }}

assign-author:
Expand Down

0 comments on commit b11c99d

Please sign in to comment.