File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -149,13 +149,11 @@ jobs:
149
149
title : Adding test for legacy checkpoint created with ${{ env.PL_VERSION }}
150
150
committer :
GitHub <[email protected] >
151
151
author : ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
152
- commit-message : " adding `${{ env.PL_VERSION }}` checkpoint"
153
- body : " **This is automated addition of created checkpoints with the latest `lightning` release!**"
152
+ body : " **This is automated addition of created checkpoint with the latest `${{ env.PL_VERSION }}` `lightning` release!**"
154
153
delete-branch : true
155
154
token : ${{ secrets.PAT_GHOST }}
156
155
labels : |
157
156
checkpointing
158
157
tests
159
158
pl
160
159
assignees : borda
161
- reviewers : borda
Original file line number Diff line number Diff line change 55
55
author : ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
56
56
token : ${{ secrets.PAT_GHOST }}
57
57
add-paths : _notebooks
58
- commit-message : " update tutorials to `${{ env.SHA_LATEST }}`"
59
58
branch : " docs/update-tutorials"
60
59
# Delete the branch when closing pull requests, and when undeleted after merging.
61
60
delete-branch : true
72
71
docs
73
72
examples
74
73
assignees : borda
75
- reviewers : borda
You can’t perform that action at this time.
0 commit comments