Skip to content

Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /docs #265

Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /docs

Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /docs #265

Workflow file for this run

# Auto assign random reviewers to Dependabot PRs
name: auto-assign
on:
pull_request_target:
types: [opened, ready_for_review, reopened]
workflow_dispatch:
jobs:
assign-pr-reviewer:
# Only run this on Dependabot PRs
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: checkout code
- uses: uesteibar/reviewer-lottery@v3
name: randomly assign reviewer
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}