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:
149149 title : Adding test for legacy checkpoint created with ${{ env.PL_VERSION }}
150150 committer :
GitHub <[email protected] > 151151 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!**"
154153 delete-branch : true
155154 token : ${{ secrets.PAT_GHOST }}
156155 labels : |
157156 checkpointing
158157 tests
159158 pl
160159 assignees : borda
161- reviewers : borda
Original file line number Diff line number Diff line change 5555 author : ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
5656 token : ${{ secrets.PAT_GHOST }}
5757 add-paths : _notebooks
58- commit-message : " update tutorials to `${{ env.SHA_LATEST }}`"
5958 branch : " docs/update-tutorials"
6059 # Delete the branch when closing pull requests, and when undeleted after merging.
6160 delete-branch : true
7271 docs
7372 examples
7473 assignees : borda
75- reviewers : borda
You can’t perform that action at this time.
0 commit comments