Skip to content

Commit 4504347

Browse files
authored
Create draft.yml
0 parents  commit 4504347

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/draft.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Curvenote Preview Draft from PR
2+
on:
3+
pull_request_target:
4+
branches: [main]
5+
permissions:
6+
contents: read
7+
pull-requests: write
8+
jobs:
9+
publish:
10+
uses: curvenote/actions/.github/workflows/draft.yml@v1
11+
with:
12+
id-pattern-regex: '^morganton-2025-(?:[a-zA-Z0-9-_]{3,15})$'
13+
venue: ncssm-mor
14+
collection: '2025'
15+
kind: original
16+
path: papers/*
17+
label: draft
18+
secrets:
19+
CURVENOTE: ${{ secrets.CURVENOTE_TOKEN }}
20+
GITHUB: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)