Skip to content

📆 Update 2025 dates and procedure #95

📆 Update 2025 dates and procedure

📆 Update 2025 dates and procedure #95

Workflow file for this run

name: Submit paper
on:
pull_request_target:
branches: ['2025']
types: [labeled, opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
submit:
uses: curvenote/actions/.github/workflows/submit.yml@v1

Check failure on line 11 in .github/workflows/submit.yml

View workflow run for this annotation

GitHub Actions / Submit paper

Invalid workflow file

The workflow is not valid. .github/workflows/submit.yml (Line: 11, Col: 11): Input kind is required, but not provided while calling.
with:
id-pattern-regex: '^scipy-2025-(?:[a-zA-Z0-9-_]{3,15})$'
enforce-single-folder: true
venue: scipy
collection: '2025'
path: papers/*
label: approved
secrets:
CURVENOTE: ${{ secrets.CURVENOTE_TOKEN }}
GITHUB: ${{ secrets.GITHUB_TOKEN }}