Skip to content

Bump typescript from 5.3.2 to 5.3.3 in /.github/action #209

Bump typescript from 5.3.2 to 5.3.3 in /.github/action

Bump typescript from 5.3.2 to 5.3.3 in /.github/action #209

Workflow file for this run

name: Auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- uses: dependabot/fetch-metadata@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run gh pr merge
run: |
gh pr merge --auto --rebase "${{ github.event.pull_request.html_url }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}