Skip to content

[runtime] add Blob::write_at_sync #357

[runtime] add Blob::write_at_sync

[runtime] add Blob::write_at_sync #357

Workflow file for this run

name: Auto Assign
on:
pull_request:
types: [opened]
permissions:
pull-requests: write
jobs:
assign-creator:
name: Assign PR Creator
runs-on: ubuntu-latest
steps:
- name: Add PR creator as assignee
env:
GH_TOKEN: ${{ github.token }}
run: gh pr edit "${{ github.event.pull_request.number }}" --repo "${{ github.repository }}" --add-assignee "${{ github.event.pull_request.user.login }}"