Skip to content

⬆️ Bump com.typesafe.akka:akka-testkit_3 from 2.8.3 to 2.8.7 #57

⬆️ Bump com.typesafe.akka:akka-testkit_3 from 2.8.3 to 2.8.7

⬆️ Bump com.typesafe.akka:akka-testkit_3 from 2.8.3 to 2.8.7 #57

Workflow file for this run

name: Auto approve
on:
pull_request_target:
types:
- labeled
- unlabeled
- opened
- synchronize
- reopened
- ready_for_review
- review_requested
jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: contains(github.event.pull_request.labels.*.name, 'dependencies')
steps:
- uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363
with:
github-token: ${{ secrets.CRAVBOT_TOKEN }}
review-message: Auto approved automated PR