Skip to content

📽️ Plazonic Integration With Jobstats #117

📽️ Plazonic Integration With Jobstats

📽️ Plazonic Integration With Jobstats #117

Workflow file for this run

name: Build draft preview
on:
pull_request_target:
branches: ['2025']
types: [labeled, opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
build-preview:
uses: curvenote/actions/.github/workflows/draft.yml@v1
with:
id-pattern-regex: '^good-2025-(?:[a-zA-Z0-9-_]{2,25})$'
enforce-single-folder: true
venue: good
collection: '2025'
kind: article
path: papers/*
label: draft
secrets:
CURVENOTE: ${{ secrets.CURVENOTE_TOKEN }}
GITHUB: ${{ secrets.GITHUB_TOKEN }}