From fb7f4736c8bc160f55047d89af3335232a3e31ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20W=C3=A4lchli?= Date: Sun, 11 Dec 2022 02:08:59 +0100 Subject: [PATCH] Fix typo in PR titles generated by github-actions bot (#16003) (cherry picked from commit 2dcebc213c5e980f305c2c8032c993370bf76bd7) --- .github/workflows/legacy-checkpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/legacy-checkpoints.yml b/.github/workflows/legacy-checkpoints.yml index b27ec472c8791..1a7b7396986d9 100644 --- a/.github/workflows/legacy-checkpoints.yml +++ b/.github/workflows/legacy-checkpoints.yml @@ -132,7 +132,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v4 with: - title: Adding test for legacy checkpiont created with ${{ needs.create-legacy-ckpts.outputs.pl-version }} + title: Adding test for legacy checkpoint created with ${{ needs.create-legacy-ckpts.outputs.pl-version }} delete-branch: true labels: | tests