Skip to content

Commit

Permalink
chore(ci): automaticaly create jira issues on gh issue (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#3654

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Pierre Millot <[email protected]>
  • Loading branch information
algolia-bot and millotp committed Sep 5, 2024
1 parent b259180 commit a1d46b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
},
Expand Down
7 changes: 3 additions & 4 deletions lib/ApiException.php
Original file line number Diff line number Diff line change
@@ -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.
<?php

namespace Algolia\AlgoliaSearch;
// 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.

use Exception;
namespace Algolia\AlgoliaSearch;

/**
* ApiException Class Doc Comment.
*
* @category Class
*/
class ApiException extends Exception
class ApiException extends \Exception
{
/**
* The HTTP body of the server response either as Json or string.
Expand Down

0 comments on commit a1d46b6

Please sign in to comment.