Skip to content

ci: add client/.deepsource.toml #91

ci: add client/.deepsource.toml

ci: add client/.deepsource.toml #91

Workflow file for this run

name: 👨‍💻 Assign Author
on:
pull_request_target:
types: [opened, reopened]
jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@main
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"