Skip to content

Bump typescript from 5.4.5 to 5.5.3 #567

Bump typescript from 5.4.5 to 5.5.3

Bump typescript from 5.4.5 to 5.5.3 #567

Workflow file for this run

name: Auto approve
on:
pull_request_target
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v2.0.0
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' || github.actor == 'pravinbashyal'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"