Skip to content

chore(deps): bump serde_json from 1.0.133 to 1.0.134 #1504

chore(deps): bump serde_json from 1.0.133 to 1.0.134

chore(deps): bump serde_json from 1.0.133 to 1.0.134 #1504

Workflow file for this run

name: auto-approve
on:
pull_request_target:
types:
- labeled
- opened
- synchronize
- reopened
- ready_for_review
jobs:
approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: contains(github.event.pull_request.labels.*.name, 'auto-approve') && ((github.event.pull_request.user.login == 'cdklabs-automation') || (github.event.pull_request.user.login == 'dependabot[bot]'))
steps:
- uses: hmarr/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}