Skip to content

chore: bump typescript from 5.5.4 to 5.6.3 #492

chore: bump typescript from 5.5.4 to 5.6.3

chore: bump typescript from 5.5.4 to 5.6.3 #492

Workflow file for this run

name: PR Actions
on:
pull_request_target:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
automerge:
timeout-minutes: 10
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Enable auto-merge on PR
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: '${{secrets.BOT_GITHUB_TOKEN}}'
- name: Approve PR
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: '${{secrets.BOT_GITHUB_TOKEN}}'