You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/monthly-archive-update.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,15 @@
1
1
---
2
2
name: Monthly archive update
3
3
about: Template for publishing monthly archives.
4
-
title: Publish archives for the month of MONTH
4
+
title: Publish {{ date | date('MMMM Do YYYY') }} archives
5
5
labels: automation, zenodo
6
-
assignees: ''
6
+
assignees: e-belfer
7
7
8
8
---
9
9
10
+
# Summary of results:
11
+
See the job run logs and results [here]({{ env.RUN_URL }}).
12
+
10
13
# Review and publish archives
11
14
12
15
For each of the following archives, find the run status in the Github archiver run. If validation tests pass, manually review the archive and publish. If no changes detected, delete the draft. If changes are detected, manually review the archive following the guidelines in step 3 of `README.md`, then publish the new version. Then check the box here to confirm publication status, adding a note on the status (e.g., "v1 published", "no changes detected, draft deleted"):
@@ -50,8 +53,5 @@ If the validation failure is blocking (e.g., file format incorrect, whole datase
50
53
For each run that failed because of another reason (e.g., underlying data changes, code failures), create an issue describing the failure and take necessary steps to resolve it.
51
54
52
55
```[tasklist]
53
-
- [ ]
56
+
- [ ] dataset
54
57
```
55
-
56
-
# Relevant logs
57
-
[Link to logs from GHA run]( PLEASE FIND THE ACTUAL LINK AND FILL IN HERE )
0 commit comments