Skip to content

build(deps-dev): bump typedoc from 0.25.13 to 0.26.2 in the docs group #1310

build(deps-dev): bump typedoc from 0.25.13 to 0.26.2 in the docs group

build(deps-dev): bump typedoc from 0.25.13 to 0.26.2 in the docs group #1310

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/auto-assign-reviewer-by-files@v1.1.4
with:
config: ".github/assign-by-files.yml"
token: ${{ secrets.GITHUB_TOKEN }}