Skip to content

Bump @types/validator from 13.11.2 to 13.11.3 #1337

Bump @types/validator from 13.11.2 to 13.11.3

Bump @types/validator from 13.11.2 to 13.11.3 #1337

Workflow file for this run

name: "Auto Assign"
on:
pull_request_target:
types: [opened]
permissions:
pull-requests: write
contents: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: dependabot-metadata
uses: dependabot/fetch-metadata@v1.6.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Assign PR
uses: kentaro-m/auto-assign-action@v1.2.5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}