Skip to content

Commit 5d067d1

Browse files
authored
🐛 Extend characters in ID check (#1087)
1 parent e53c3df commit 5d067d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build-preview:
1111
uses: curvenote/actions/.github/workflows/draft.yml@v1
1212
with:
13-
id-pattern-regex: '^scipy-2025-(?:[a-zA-Z0-9-_]{3,15})$'
13+
id-pattern-regex: '^scipy-2025-(?:[a-zA-Z0-9-_]{3,25})$'
1414
enforce-single-folder: true
1515
venue: scipy
1616
collection: '2025'

.github/workflows/submit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
submit:
1111
uses: curvenote/actions/.github/workflows/submit.yml@v1
1212
with:
13-
id-pattern-regex: '^scipy-2025-(?:[a-zA-Z0-9-_]{3,15})$'
13+
id-pattern-regex: '^scipy-2025-(?:[a-zA-Z0-9-_]{3,25})$'
1414
enforce-single-folder: true
1515
venue: scipy
1616
collection: '2025'

0 commit comments

Comments
 (0)