Skip to content

feat(NovoModalService): adding accessible overlay ref on modal service #294

feat(NovoModalService): adding accessible overlay ref on modal service

feat(NovoModalService): adding accessible overlay ref on modal service #294

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/auto-author-assign@v1.3.7
if: ${{ env.IS_FORK == 'false' && env.IS_DEPENDABOT == 'false' }}
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}