File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,9 @@ jobs:
283283
284284 ### Links
285285 - **Spec:** \`specs/$SPEC_ID.md\`
286- - **Parent Issue:** #$MAIN_ISSUE (closes on merge)
286+ - **Parent Issue:** #$MAIN_ISSUE
287+
288+ Closes #$MAIN_ISSUE
287289
288290 ---
289291 :robot: *Auto-generated by pyplots CI*" | sed 's|.*/||')
@@ -737,6 +739,8 @@ jobs:
737739 - **Spec:** \`specs/$SPEC_ID.md\`
738740 - **Parent Issue:** #$MAIN_ISSUE
739741
742+ Closes #$MAIN_ISSUE
743+
740744 ---
741745 :robot: *Auto-generated by pyplots CI*")
742746
Original file line number Diff line number Diff line change @@ -200,7 +200,9 @@ jobs:
200200 **Attempt:** ${{ inputs.attempt }}/3
201201
202202 ## Implementation
203- - \`plots/${{ inputs.library }}/{plot_type}/${{ inputs.spec_id }}/default.py\`"
203+ - \`plots/${{ inputs.library }}/{plot_type}/${{ inputs.spec_id }}/default.py\`
204+
205+ Closes #${{ inputs.sub_issue_number }}"
204206 ```
205207
206208 ### Important
You can’t perform that action at this time.
0 commit comments