File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 9191 ### Issue Details
9292 - **Title:** ${{ github.event.issue.title }}
9393 - **Number:** #${{ github.event.issue.number }}
94+ - **Author:** ${{ github.event.issue.user.login }}
9495 - **Is Update:** ${{ steps.check.outputs.is_update }}
9596 - **Body:**
9697 ```
@@ -125,7 +126,10 @@ jobs:
125126 - Read metadata template: `prompts/templates/metadata.yaml`
126127 - Create directory: `plots/{spec-id}/`
127128 - Create: `plots/{spec-id}/spec.md` (follow template structure)
128- - Create: `plots/{spec-id}/metadata.yaml` (replace placeholders)
129+ - Create: `plots/{spec-id}/metadata.yaml` with:
130+ - `created`: Use `$(date -u +"%Y-%m-%dT%H:%M:%SZ")` for current timestamp
131+ - `issue`: ${{ github.event.issue.number }}
132+ - `suggested`: ${{ github.event.issue.user.login }}
129133 - Create empty folder: `plots/{spec-id}/implementations/`
130134
131135 6. **Commit and push:**
You can’t perform that action at this time.
0 commit comments