Skip to content

feat(Picker): Add Optional Keyboard Nav Logic #264

feat(Picker): Add Optional Keyboard Nav Logic

feat(Picker): Add Optional Keyboard Nav Logic #264

name: Auto Assign
on:
pull_request:
types: [opened, reopened]
env:
IS_FORK: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
IS_DEPENDABOT: ${{ github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' }}
jobs:
assign-author:
name: PR author as an assignee
runs-on: ubuntu-latest
steps:
- uses: toshimaru/[email protected]
if: ${{ env.IS_FORK == 'false' && env.IS_DEPENDABOT == 'false' }}
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}