Skip to content

refactor: reorganize commands into Console namespace with dependency injection #32

refactor: reorganize commands into Console namespace with dependency injection

refactor: reorganize commands into Console namespace with dependency injection #32

Workflow file for this run

name: Auto assign PR author
on:
issues:
types: [ opened, reopened ]
pull_request_target:
types: [ opened, reopened, synchronize ]
workflow_call:
permissions:
issues: write
pull-requests: write
jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- name: Auto assign PR author
uses: toshimaru/auto-author-assign@v3.0.1
with:
repo-token: ${{ github.token }}