Skip to content

🤖 Auto label

🤖 Auto label #937

Workflow file for this run

name: 🤖 Auto label
on:
pull_request_review:
types: [submitted]
jobs:
label-when-approved:
if: github.event.review.state == 'APPROVED'
name: Label when approved
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/checkout@v1.62.24
- uses: taiga-family/ci/actions/setup/variables@v1.62.24
- uses: taiga-family/ci/actions/auto/label-when-approved@v1.62.24
with:
approvals: 1
token: ${{ secrets.GITHUB_TOKEN }}