Skip to content

⬆️ Bump io.gatling.gradle from 3.9.5.5 to 3.12.0.2 #56

⬆️ Bump io.gatling.gradle from 3.9.5.5 to 3.12.0.2

⬆️ Bump io.gatling.gradle from 3.9.5.5 to 3.12.0.2 #56

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