Skip to content

feat: redirect to user home if no other direction is set #83

feat: redirect to user home if no other direction is set

feat: redirect to user home if no other direction is set #83

Workflow file for this run

name: Assign PR to creator
on:
pull_request_target:
types: [opened]
jobs:
automation:
runs-on: ubuntu-latest
steps:
- name: Assign PR to creator
uses: thomaseizinger/[email protected]
if: github.actor != 'dependabot[bot]'
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}