Skip to content

build(deps-dev): bump ts-jest from 29.1.5 to 29.2.4 in the jest group across 1 directory #1366

build(deps-dev): bump ts-jest from 29.1.5 to 29.2.4 in the jest group across 1 directory

build(deps-dev): bump ts-jest from 29.1.5 to 29.2.4 in the jest group across 1 directory #1366

Workflow file for this run

name: "Auto Assign Pull Request"
on:
pull_request:
types: [review_requested, ready_for_review, opened, synchronize, reopened]
branches:
- develop
jobs:
assign_reviewer:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: shufo/[email protected]
with:
config: ".github/assign-by-files.yml"
token: ${{ secrets.GITHUB_TOKEN }}