Skip to content

refactor(workers/repository): extract PR body template helpers for onboarding/reconfigure #40378

refactor(workers/repository): extract PR body template helpers for onboarding/reconfigure

refactor(workers/repository): extract PR body template helpers for onboarding/reconfigure #40378

Workflow file for this run

name: Devcontainer
on:
pull_request:
branches:
- main
types:
- opened
- synchronize
- reopened
- ready_for_review
permissions:
contents: read
jobs:
devcontainer-test:
runs-on: ubuntu-latest
if: github.event.pull_request.draft != true
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
show-progress: false
- name: Build and run dev container task
uses: devcontainers/ci@513af61f4de4f75d37e4438f184ba4358f0fc1ca # v0.3.1900000450
with:
runCmd: pnpm build