Skip to content

Bump eslint-plugin-jsx-a11y from 6.6.1 to 6.8.0 #68

Bump eslint-plugin-jsx-a11y from 6.6.1 to 6.8.0

Bump eslint-plugin-jsx-a11y from 6.6.1 to 6.8.0 #68

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