Skip to content

Monitor bot PRs

Monitor bot PRs #11

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