Skip to content

Add the basic developer's documentation for the Wasm port #3887

Add the basic developer's documentation for the Wasm port

Add the basic developer's documentation for the Wasm port #3887

name: PR author auto assign
on:
pull_request_target:
types: [opened, reopened]
permissions:
pull-requests: write
jobs:
assign:
name: PR author auto assign
runs-on: ubuntu-latest
timeout-minutes: 10
defaults:
run:
shell: bash
steps:
- uses: toshimaru/auto-author-assign@v2.1.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}