From 5a29446c2567c17d54a2b164a96626985e97c347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Thu, 9 Jan 2025 22:09:00 +0100 Subject: [PATCH] Backport bot with author --- .github/workflows/backport.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index eefe2dd8e..17f534bb1 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -14,7 +14,7 @@ permissions: jobs: backport: - uses: dotnet/arcade/.github/workflows/backport-base.yml@main + uses: dotnet/arcade/.github/workflows/backport-base.yml@backport-just-author with: repository_owners: 'pester' - pr_title_template: '%source_pr_title% by %cc_users% in #%source_pr_number% (backport to %target_branch%)' + pr_title_template: '%source_pr_title% by @%source_PR_user% in #%source_pr_number% (backport to %target_branch%)'