From eee7d451f086287329d95e9315fec06d5b5b6458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Thu, 9 Jan 2025 22:10:46 +0100 Subject: [PATCH] Update backport.yml --- .github/workflows/backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 17f534bb1..46fdfbef5 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -17,4 +17,4 @@ jobs: uses: dotnet/arcade/.github/workflows/backport-base.yml@backport-just-author with: repository_owners: 'pester' - pr_title_template: '%source_pr_title% by @%source_PR_user% in #%source_pr_number% (backport to %target_branch%)' + pr_title_template: '%source_pr_title% by @%source_pr_author% in #%source_pr_number% (backport to %target_branch%)'