Skip to content

chore(deps): bump thiserror from 2.0.6 to 2.0.7 #1480

chore(deps): bump thiserror from 2.0.6 to 2.0.7

chore(deps): bump thiserror from 2.0.6 to 2.0.7 #1480

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 }}