Skip to content

🤖 Auto label

🤖 Auto label #3

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