From dd0c0d3fca9294739e538c3870f11d987e685df3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20MERLE?= <95630726+smerle33@users.noreply.github.com> Date: Tue, 9 Apr 2024 08:32:56 +0200 Subject: [PATCH] chore(updatecli): update title for PR (#219) --- updatecli/updatecli.d/letsencrypt_cert.ci.yaml | 4 ++-- updatecli/updatecli.d/letsencrypt_trusted.ci.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/updatecli/updatecli.d/letsencrypt_cert.ci.yaml b/updatecli/updatecli.d/letsencrypt_cert.ci.yaml index 675b40f..14b8f46 100644 --- a/updatecli/updatecli.d/letsencrypt_cert.ci.yaml +++ b/updatecli/updatecli.d/letsencrypt_cert.ci.yaml @@ -56,7 +56,7 @@ actions: kind: github/pullrequest scmid: default spec: - title: Generate new letsencrypt certificate for cert.ci new expiration date {{ source "nextExpiry" }} - description: "Generate a new password for the Azure Service Principal `cert.ci.jenkins.io - Let's Encrypt`. Set the new password value in the following encrypted file: (open a PR : https://github.com/jenkins-infra/jenkins-infra/edit/production/hieradata/clients/controller.cert.ci.jenkins.io.yaml)." + title: Generate a new Azure Service Principal password with expiration date {{ source "nextExpiry" }} on `cert.ci.jenkins.io` + description: "Generate a new password for the Azure Service Principal `cert.ci.jenkins.io - Let's Encrypt`. Set the new password value in the following encrypted file: (open a PR: https://github.com/jenkins-infra/jenkins-infra/edit/production/hieradata/clients/controller.cert.ci.jenkins.io.yaml)." labels: - terraform diff --git a/updatecli/updatecli.d/letsencrypt_trusted.ci.yaml b/updatecli/updatecli.d/letsencrypt_trusted.ci.yaml index a7f2130..e73e177 100644 --- a/updatecli/updatecli.d/letsencrypt_trusted.ci.yaml +++ b/updatecli/updatecli.d/letsencrypt_trusted.ci.yaml @@ -56,7 +56,7 @@ actions: kind: github/pullrequest scmid: default spec: - title: Generate new letsencrypt certificate for trusted.ci new expiration date {{ source "nextExpiry" }} - description: "Generate a new password for the Azure Service Principal `trusted.ci.jenkins.io - Let's Encrypt`. Set the new password value in the following encrypted file: (open a PR : https://github.com/jenkins-infra/jenkins-infra/edit/production/hieradata/clients/controller.trusted.ci.jenkins.io.yaml)." + title: Generate a new Azure Service Principal password with expiration date {{ source "nextExpiry" }} on `trusted.ci.jenkins.io` + description: "Generate a new password for the Azure Service Principal `trusted.ci.jenkins.io - Let's Encrypt`. Set the new password value in the following encrypted file: (open a PR: https://github.com/jenkins-infra/jenkins-infra/edit/production/hieradata/clients/controller.trusted.ci.jenkins.io.yaml)." labels: - terraform