Skip to content

Automatic Approve

Automatic Approve #9

name: Automatic Approve
on:
schedule:
- cron: "*/5 * * * *"
workflow_dispatch:
permissions:
actions: write
contents: read
pull-requests: read
jobs:
automatic-approve:
name: Automatic Approve
runs-on: ubuntu-latest
steps:
- name: Automatic Approve
uses: mheap/automatic-approve-action@v1
with:
token: ${{ secrets.AUTOMATIC_APPROVE_PAT }}
workflows: "Diagnostic build log"