Skip to content

dev: bump @types/jest from 29.5.9 to 29.5.10 #81

dev: bump @types/jest from 29.5.9 to 29.5.10

dev: bump @types/jest from 29.5.9 to 29.5.10 #81

Workflow file for this run

name: auto-merge
on:
pull_request:
types:
- opened
- reopened
jobs:
auto-merge:
runs-on: ubuntu-latest
if: startsWith(github.head_ref, 'dependabot/') || startsWith(github.head_ref, 'release-please--branches')
steps:
- name: Auto merge PR
run: |
gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{ secrets.SOMLENG_PERSONAL_ACCESS_TOKEN }}