Skip to content

Support android native targets and wasm-wasi #1

Support android native targets and wasm-wasi

Support android native targets and wasm-wasi #1

Workflow file for this run

name: Assign Reviewer to PR
on:
pull_request:
types: [opened]
jobs:
assign-reviewer:
runs-on: ubuntu-latest
steps:
- name: Assign reviewer
uses: kentaro-m/[email protected]
with:
reviewers: 'e5l'
repo-token: '${{ secrets.GITHUB_TOKEN }}'