From eb7e47b3ad719e42c34e928a7cc01e1d26bbcf6a Mon Sep 17 00:00:00 2001
From: Pierre Delpy
Date: Tue, 27 Aug 2024 13:18:21 +0200
Subject: [PATCH] test backport pullrequest take 1
---
.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 44542695..c114d143 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -27,4 +27,4 @@ jobs:
labels: 'backport' # Optional: Add a label to the PR
assignees: 'PierreDelpy' # Optional: Assign the PR to yourself or a team member
title: 'Automated Backport from test/backport-main to test/backport-pilots'
- body: 'This PR automatically backports changes from the test/backport-main branch to the test/backport-pilots branch after a PR was merged into main.'
\ No newline at end of file
+ body: 'This PR automatically backports changes from the test/backport-main branch to the test/backport-pilots branch after a PR was merged into main'
\ No newline at end of file