Skip to content

Auto-approve and auto-merge bot pull requests #42

Auto-approve and auto-merge bot pull requests

Auto-approve and auto-merge bot pull requests #42

Workflow file for this run

name: Auto-approve and auto-merge bot pull requests
on:
workflow_run:
workflows:
- Test
types:
- completed
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
uses: tryAGI/workflows/.github/workflows/auto-merge.yml@main
secrets: inherit