Skip to content

Rework sample() call stack, part 1: HMC #11

Rework sample() call stack, part 1: HMC

Rework sample() call stack, part 1: HMC #11

Workflow file for this run

name: Automatically assign PR authors
on:
pull_request:
types:
- opened
permissions:
pull-requests: write
jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: TuringLang/actions/PRAssign@main