Skip to content

feat: new body option for custom PR body, with placeholders #387

feat: new body option for custom PR body, with placeholders

feat: new body option for custom PR body, with placeholders #387

Workflow file for this run

name: Node CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
timeout-minutes: 20
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: ./.github/actions/ci-setup
- name: Typecheck
run: yarn typecheck
- name: Test
run: yarn test