Skip to content

Commit

Permalink
Add auto-approval workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Aug 10, 2022
1 parent 86e9454 commit e2b6110
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/dependabot-approver.yml
@@ -0,0 +1,13 @@
---
name: 'Dependabot auto approval'

on:
pull_request_target
permissions:
pull-requests: write
contents: write

jobs:
package:
uses: xmidt-org/.github/.github/workflows/dependabot-approver-template.yml@main
secrets: inherit

0 comments on commit e2b6110

Please sign in to comment.