Skip to content

feat: add domain module #107

feat: add domain module

feat: add domain module #107

Workflow file for this run

name: Auto Assign
on:
pull_request:
types: [opened, reopened]
permissions:
pull-requests: write
jobs:
add_assignees:
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-add-assignees@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
assignees: ${{ github.actor }}