Skip to content

Monitor bot PRs

Monitor bot PRs #70

name: Monitor bot PRs
on:
workflow_dispatch:
schedule:
- cron: '18 6 * * *'
permissions:
contents: read
jobs:
monitor-pr:
permissions:
contents: write
pull-requests: write
statuses: read
uses: go-openapi/ci-workflows/.github/workflows/monitor-bot-pr.yml@befbc52f24215555cb601b0d824b2987c1d49d0b # v0.4.3
secrets: inherit