We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cda362 commit a677038Copy full SHA for a677038
1 file changed
.github/workflows/monitor-bot-pr.yml
@@ -0,0 +1,18 @@
1
+name: Monitor bot PRs
2
+
3
+on:
4
+ workflow_dispatch:
5
+ schedule:
6
+ - cron: '18 6 * * *'
7
8
+permissions:
9
+ contents: read
10
11
+jobs:
12
+ monitor-pr:
13
+ permissions:
14
+ contents: write
15
+ pull-requests: write
16
+ statuses: read
17
+ uses: go-openapi/ci-workflows/.github/workflows/monitor-bot-pr.yml@980b99d60c7d219dbc51f63a7e401c651586b680 # v0.3.3
18
+ secrets: inherit
0 commit comments