Skip to content

🤖 PR is ready to merge #31

🤖 PR is ready to merge

🤖 PR is ready to merge #31

Workflow file for this run

name: 🤖 PR is ready to merge
on:
pull_request_review:
types: [submitted]
jobs:
label-when-approved:
name: Label when approved
runs-on: ubuntu-latest
if: github.event.review.state == 'approved'
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 }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true