Skip to content

Bump eslint-import-resolver-typescript from 3.5.0 to 3.6.1 #62

Bump eslint-import-resolver-typescript from 3.5.0 to 3.6.1

Bump eslint-import-resolver-typescript from 3.5.0 to 3.6.1 #62

Workflow file for this run

name: Assign PR to creator
on:
pull_request:
types: [opened]
jobs:
assign_creator:
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- name: Assign PR to creator
uses: thomaseizinger/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}