Skip to content

Port forward 0.9.x changes into 0.10.x #495

Port forward 0.9.x changes into 0.10.x

Port forward 0.9.x changes into 0.10.x #495

Workflow file for this run

name: Assign reviewer
on:
pull_request_target:
jobs:
assign:
runs-on: ubuntu-latest
if: github.event.pull_request.assignee == null
steps:
- name: Assign reviewer
uses: kentaro-m/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"