diff --git a/.github/workflows/_legacy-checkpoints.yml b/.github/workflows/_legacy-checkpoints.yml index a5ef99ef9e267..03fadc1247f16 100644 --- a/.github/workflows/_legacy-checkpoints.yml +++ b/.github/workflows/_legacy-checkpoints.yml @@ -149,8 +149,7 @@ jobs: title: Adding test for legacy checkpoint created with ${{ env.PL_VERSION }} committer: GitHub author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> - commit-message: "adding `${{ env.PL_VERSION }}` checkpoint" - body: "**This is automated addition of created checkpoints with the latest `lightning` release!**" + body: "**This is automated addition of created checkpoint with the latest `${{ env.PL_VERSION }}` `lightning` release!**" delete-branch: true token: ${{ secrets.PAT_GHOST }} labels: | @@ -158,4 +157,3 @@ jobs: tests pl assignees: borda - reviewers: borda diff --git a/.github/workflows/docs-tutorials.yml b/.github/workflows/docs-tutorials.yml index 6a768c6b9ffd9..e6e1f755484fd 100644 --- a/.github/workflows/docs-tutorials.yml +++ b/.github/workflows/docs-tutorials.yml @@ -55,7 +55,6 @@ jobs: author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> token: ${{ secrets.PAT_GHOST }} add-paths: _notebooks - commit-message: "update tutorials to `${{ env.SHA_LATEST }}`" branch: "docs/update-tutorials" # Delete the branch when closing pull requests, and when undeleted after merging. delete-branch: true @@ -72,4 +71,3 @@ jobs: docs examples assignees: borda - reviewers: borda