Skip to content

fix: exclude .js files from ts-jest (resolves #468 ) #1196

fix: exclude .js files from ts-jest (resolves #468 )

fix: exclude .js files from ts-jest (resolves #468 ) #1196

Workflow file for this run

name: Dependabot auto-merge
on: pull_request
permissions:
contents: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
# Using GITHUB_TOKEN will not trigger a build after merge
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}