Skip to content

Commit 8bdb892

Browse files
authored
fix: update automated checkpoint messages for consistency (#20924)
1 parent fd05897 commit 8bdb892

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/_legacy-checkpoints.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/docs-tutorials.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
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
@@ -72,4 +71,3 @@ jobs:
7271
docs
7372
examples
7473
assignees: borda
75-
reviewers: borda

0 commit comments

Comments
 (0)