Skip to content

Commit

Permalink
add workflow for bot approval (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkandersson committed Jan 17, 2024
1 parent 810010e commit 1a4f9e1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/bot_pr_approval.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Provide approval for bot PRs

on:
pull_request:

jobs:
bot_pr_approval:
uses: canonical/operator-workflows/.github/workflows/auto_update_charm_libs.yaml@bot-pr-approval
secrets: inherit

0 comments on commit 1a4f9e1

Please sign in to comment.