Skip to content

Commit db92dba

Browse files
Add bot PR approval workflow (#28)
1 parent 6850b18 commit db92dba

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Provide approval for bot PRs
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
bot_pr_approval:
8+
uses: canonical/operator-workflows/.github/workflows/bot_pr_approval.yaml@main
9+
secrets: inherit

0 commit comments

Comments
 (0)