Skip to content

🤖 Auto label

🤖 Auto label #169

Workflow file for this run

name: 🤖 Auto label
on: pull_request_review
jobs:
label-when-approved:
name: Label when approved
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: taiga-family/ci/actions/setup/variables@v1.55.3
- uses: taiga-family/ci/actions/auto/label-when-approved@v1.55.3
with:
token: ${{ secrets.GITHUB_TOKEN }}