Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

🤖 Auto label

🤖 Auto label #79

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