Skip to content

dev: bump @types/jest from 29.5.13 to 29.5.14 #175

dev: bump @types/jest from 29.5.13 to 29.5.14

dev: bump @types/jest from 29.5.13 to 29.5.14 #175

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