From 9763921d5dba14cf6aba1df20f02ed4549ea549d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Wed, 8 Jan 2025 21:22:15 +0100 Subject: [PATCH] Add hash to title --- .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 24e881cdc..eefe2dd8e 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -17,4 +17,4 @@ jobs: uses: dotnet/arcade/.github/workflows/backport-base.yml@main 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 %cc_users% in #%source_pr_number% (backport to %target_branch%)'