Skip to content

chore(deps): bump eslint from 8.50.0 to 8.56.0 #301

chore(deps): bump eslint from 8.50.0 to 8.56.0

chore(deps): bump eslint from 8.50.0 to 8.56.0 #301

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 }}