Skip to content

Bump @typescript-eslint/eslint-plugin from 6.18.1 to 6.21.0 #1699

Bump @typescript-eslint/eslint-plugin from 6.18.1 to 6.21.0

Bump @typescript-eslint/eslint-plugin from 6.18.1 to 6.21.0 #1699

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/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Assign PR
uses: kentaro-m/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}