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

Auto approve

Auto approve #307

Workflow file for this run

name: Auto approve
on:
pull_request:
types:
- labeled
workflow_run:
workflows: [Build API, Build Web, Linting, Build Shared, Auto request changes]
types:
- completed
jobs:
build:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@v3
if: contains(github.event.label.name, '[Merge] Ready') && github.actor == 'scffs'
with:
github-token: ${{ secrets.TOKEN }}
REVIEW_MESSAGE: "Auto approved automated PR"