Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.8 to 6.15.0 #305

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.8 to 6.15.0

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.8 to 6.15.0 #305

Workflow file for this run

name: Assign Auto
on:
pull_request:
types: [opened]
jobs:
assign:
runs-on: ubuntu-latest
steps:
- name: Set assignees
run: gh pr edit $NUMBER --add-assignee $ASSIGNEE
if: github.actor != 'dependabot[bot]'
env:
GH_TOKEN: ${{ github.token }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.pull_request.number }}
ASSIGNEE: ${{ github.actor }}