restate-sdk 0.10.0

Restate SDK for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
name: "CLA Assistant"
on:
  issue_comment:
    types: [created]
  pull_request_target:
    types: [opened, closed, synchronize]

jobs:
  CLAAssistant:
    uses: restatedev/restate/.github/workflows/cla.yml@main
    secrets: inherit