Skip to content

Monitor bot PRs

Monitor bot PRs #2

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@66b76c435928022c7e44b0dc2346f0fe2197b15b # v0.3.3
secrets: inherit