Skip to content

Monitor bot PRs

Monitor bot PRs #17

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@f00f5763ddb0c59105de5f565da8cac323fce2bf # v0.3.5
secrets: inherit