Skip to content

🤖 Auto label

🤖 Auto label #11603

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.57.0
- uses: taiga-family/ci/actions/setup/variables@v1.57.0
- uses: taiga-family/ci/actions/auto/label-when-approved@v1.57.0
with:
token: ${{ secrets.GITHUB_TOKEN }}