Summary
Jobs
publish
strategy
preview
check (scipy-2024-alireza-vaezi, papers/Alireza_Vaezi, false)
check (scipy-2024-Arushi_Nath, papers/Arushi_Nath, false)
check (scipy-2024-gagnon_kebe_tahiri, papers/Gagnon_Kebe_Tahiri, false)
check (scipy-2024-Suvrakamal_Das, papers/Suvrakamal_Das, false)
check (scipy-2024-Valeria_Martin, papers/Valeria_Martin, false)
check (scipy-2024-alan_lujan, papers/alan_lujan, false)
check (scipy-2024-aleksandar_makelov, papers/aleksandar_makelov, false)
check (scipy-2024-amadi_udu, papers/amadi_udu, false)
check (scipy-2024-atharva_rasane, papers/atharva_rasane, false)
check (scipy-2024-00_benchmarking_sktime, papers/benchmarking, false)
check (scipy-2024-blaine_mooers, papers/blaine_mooers, false)
check (scipy-2024-brian_falkenstein, papers/brian_falkenstein, false)
check (scipy-2024-christopher_ariza, papers/christopher_ariza, false)
check (scipy-2024-cockett_etal, papers/cockett_etal, false)
check (scipy-2024-eli_knaap, papers/eli_knaap, false)
check (scipy-2024-emily_dorne, papers/emily_dorne, false)
check (scipy-2024-funix, papers/funix, false)
check (scipy-2024-heinrich_peters, papers/heinrich_peters, false)
check (scipy-2024-henry_schreiner, papers/henry_schreiner, false)
check (scipy-2024-josh_borrow, papers/josh_borrow, false)
check (scipy-2024-trevor_manz, papers/manz_anywidget, false)
check (scipy-2024-matt_mccormick, papers/matt_mccormick, false)
check (scipy-2024-matthew_feickert, papers/matthew_feickert, false)
check (scipy-2024-nathan_martindale, papers/nathan_martindale, false)
check (scipy-2024-pryce_turner, papers/pryce_turner, false)
check (scipy-2024-sam_morley, papers/sam_morley, false)
check (scipy-2024-theia, papers/theia, false)
check (scipy-2024-valentina_staneva, papers/valentina_staneva, false)
check (scipy-2024-wu-jung_lee, papers/wu-jung_lee, false)
summary
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: curvenote
on:
pull_request_target:
branches: ['2024']
permissions:
contents: read
pull-requests: write
jobs:
publish:
uses: curvenote/actions/.github/workflows/submit.yml@v1
with:
monorepo: true
publish: true
id-pattern-regex: '^scipy-2024-(?:[a-zA-Z0-9-_]{3,25})$'
# enforce-single-folder: paper
# preview-label: paper
# submit-label: true
venue: scipy
collection: '2024'
kind: Article
path: papers/*
ref: ${{ github.event.pull_request.head.sha }}
secrets:
CURVENOTE: ${{ secrets.CURVENOTE_TOKEN }}
GITHUB: ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.