From a1d46b6b1cd98742bb00ebc7df4385b27a0e68b9 Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Thu, 5 Sep 2024 05:56:31 +0000 Subject: [PATCH] chore(ci): automaticaly create jira issues on gh issue (generated) https://github.com/algolia/api-clients-automation/pull/3654 Co-authored-by: algolia-bot Co-authored-by: Pierre Millot --- .github/workflows/issue.yml | 2 +- lib/ApiException.php | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/issue.yml b/.github/workflows/issue.yml index 66461e79..298a63e5 100644 --- a/.github/workflows/issue.yml +++ b/.github/workflows/issue.yml @@ -31,7 +31,7 @@ jobs: }, body: JSON.stringify({ fields: { - description: `Issue created by ${context.actor} at [${context.payload.issue.html_url}](${context.payload.issue.html_url}) \n\n${body}`, + description: `Issue created by ${context.actor} at ${context.payload.issue.html_url} \n\n${body}`, issuetype: { id: '10001' }, diff --git a/lib/ApiException.php b/lib/ApiException.php index 4f251d96..bdc0e41f 100644 --- a/lib/ApiException.php +++ b/lib/ApiException.php @@ -1,16 +1,15 @@ -// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.