Skip to content

Commit a677038

Browse files
committed
feat(ci): added shared workflow for bot-pr monitoring
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent 0cda362 commit a677038

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)