Skip to content

🤖 Auto label

🤖 Auto label #14402

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/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/auto/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}