Skip to content

Commit cf37a8f

Browse files
algolia-botmillotp
andcommitted
chore(ci): automaticaly create jira issues on gh issue (#3654) (generated) [skip ci]
Co-authored-by: Pierre Millot <[email protected]>
1 parent 7bb7663 commit cf37a8f

File tree

14 files changed

+18
-18
lines changed

14 files changed

+18
-18
lines changed

clients/algoliasearch-client-csharp/.github/workflows/issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
},
3232
body: JSON.stringify({
3333
fields: {
34-
description: `Issue created by ${context.actor} at [${context.payload.issue.html_url}](${context.payload.issue.html_url}) \n\n${body}`,
34+
description: `Issue created by ${context.actor} at ${context.payload.issue.html_url} \n\n${body}`,
3535
issuetype: {
3636
id: '10001'
3737
},

clients/algoliasearch-client-dart/.github/workflows/issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
},
3232
body: JSON.stringify({
3333
fields: {
34-
description: `Issue created by ${context.actor} at [${context.payload.issue.html_url}](${context.payload.issue.html_url}) \n\n${body}`,
34+
description: `Issue created by ${context.actor} at ${context.payload.issue.html_url} \n\n${body}`,
3535
issuetype: {
3636
id: '10001'
3737
},

clients/algoliasearch-client-go/.github/workflows/issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
},
3232
body: JSON.stringify({
3333
fields: {
34-
description: `Issue created by ${context.actor} at [${context.payload.issue.html_url}](${context.payload.issue.html_url}) \n\n${body}`,
34+
description: `Issue created by ${context.actor} at ${context.payload.issue.html_url} \n\n${body}`,
3535
issuetype: {
3636
id: '10001'
3737
},

clients/algoliasearch-client-java/.github/workflows/issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
},
3232
body: JSON.stringify({
3333
fields: {
34-
description: `Issue created by ${context.actor} at [${context.payload.issue.html_url}](${context.payload.issue.html_url}) \n\n${body}`,
34+
description: `Issue created by ${context.actor} at ${context.payload.issue.html_url} \n\n${body}`,
3535
issuetype: {
3636
id: '10001'
3737
},

clients/algoliasearch-client-javascript/.github/workflows/issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
},
3232
body: JSON.stringify({
3333
fields: {
34-
description: `Issue created by ${context.actor} at [${context.payload.issue.html_url}](${context.payload.issue.html_url}) \n\n${body}`,
34+
description: `Issue created by ${context.actor} at ${context.payload.issue.html_url} \n\n${body}`,
3535
issuetype: {
3636
id: '10001'
3737
},

clients/algoliasearch-client-kotlin/.github/workflows/issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
},
3232
body: JSON.stringify({
3333
fields: {
34-
description: `Issue created by ${context.actor} at [${context.payload.issue.html_url}](${context.payload.issue.html_url}) \n\n${body}`,
34+
description: `Issue created by ${context.actor} at ${context.payload.issue.html_url} \n\n${body}`,
3535
issuetype: {
3636
id: '10001'
3737
},

clients/algoliasearch-client-php/.github/workflows/issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
},
3232
body: JSON.stringify({
3333
fields: {
34-
description: `Issue created by ${context.actor} at [${context.payload.issue.html_url}](${context.payload.issue.html_url}) \n\n${body}`,
34+
description: `Issue created by ${context.actor} at ${context.payload.issue.html_url} \n\n${body}`,
3535
issuetype: {
3636
id: '10001'
3737
},

clients/algoliasearch-client-python/.github/workflows/issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
},
3232
body: JSON.stringify({
3333
fields: {
34-
description: `Issue created by ${context.actor} at [${context.payload.issue.html_url}](${context.payload.issue.html_url}) \n\n${body}`,
34+
description: `Issue created by ${context.actor} at ${context.payload.issue.html_url} \n\n${body}`,
3535
issuetype: {
3636
id: '10001'
3737
},

clients/algoliasearch-client-ruby/.github/workflows/issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
},
3232
body: JSON.stringify({
3333
fields: {
34-
description: `Issue created by ${context.actor} at [${context.payload.issue.html_url}](${context.payload.issue.html_url}) \n\n${body}`,
34+
description: `Issue created by ${context.actor} at ${context.payload.issue.html_url} \n\n${body}`,
3535
issuetype: {
3636
id: '10001'
3737
},

clients/algoliasearch-client-scala/.github/workflows/issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
},
3232
body: JSON.stringify({
3333
fields: {
34-
description: `Issue created by ${context.actor} at [${context.payload.issue.html_url}](${context.payload.issue.html_url}) \n\n${body}`,
34+
description: `Issue created by ${context.actor} at ${context.payload.issue.html_url} \n\n${body}`,
3535
issuetype: {
3636
id: '10001'
3737
},

clients/algoliasearch-client-swift/.github/workflows/issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
},
3232
body: JSON.stringify({
3333
fields: {
34-
description: `Issue created by ${context.actor} at [${context.payload.issue.html_url}](${context.payload.issue.html_url}) \n\n${body}`,
34+
description: `Issue created by ${context.actor} at ${context.payload.issue.html_url} \n\n${body}`,
3535
issuetype: {
3636
id: '10001'
3737
},

tests/output/java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
java {
1010
toolchain {
11-
languageVersion = JavaLanguageVersion.of(21)
11+
languageVersion = JavaLanguageVersion.of(17)
1212
vendor = JvmVendorSpec.ADOPTIUM
1313
}
1414
}

tests/output/javascript/src/e2e/insights.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('pushEvents', () => {
2626
index: 'products',
2727
userToken: 'user-123456',
2828
authenticatedUserToken: 'user-123456',
29-
timestamp: 1725235200000,
29+
timestamp: 1725494400000,
3030
objectIDs: ['9780545139700', '9780439784542'],
3131
queryID: '43b15df305339e827f0ac0bdc5ebcaa7',
3232
},
@@ -36,7 +36,7 @@ describe('pushEvents', () => {
3636
index: 'products',
3737
userToken: 'user-123456',
3838
authenticatedUserToken: 'user-123456',
39-
timestamp: 1725235200000,
39+
timestamp: 1725494400000,
4040
objectIDs: ['9780545139700', '9780439784542'],
4141
},
4242
],

tests/output/javascript/src/requests/insights.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ describe('pushEvents', () => {
307307
index: 'products',
308308
userToken: 'user-123456',
309309
authenticatedUserToken: 'user-123456',
310-
timestamp: 1725235200000,
310+
timestamp: 1725494400000,
311311
objectIDs: ['9780545139700', '9780439784542'],
312312
queryID: '43b15df305339e827f0ac0bdc5ebcaa7',
313313
},
@@ -317,7 +317,7 @@ describe('pushEvents', () => {
317317
index: 'products',
318318
userToken: 'user-123456',
319319
authenticatedUserToken: 'user-123456',
320-
timestamp: 1725235200000,
320+
timestamp: 1725494400000,
321321
objectIDs: ['9780545139700', '9780439784542'],
322322
},
323323
],
@@ -333,7 +333,7 @@ describe('pushEvents', () => {
333333
index: 'products',
334334
userToken: 'user-123456',
335335
authenticatedUserToken: 'user-123456',
336-
timestamp: 1725235200000,
336+
timestamp: 1725494400000,
337337
objectIDs: ['9780545139700', '9780439784542'],
338338
queryID: '43b15df305339e827f0ac0bdc5ebcaa7',
339339
},
@@ -343,7 +343,7 @@ describe('pushEvents', () => {
343343
index: 'products',
344344
userToken: 'user-123456',
345345
authenticatedUserToken: 'user-123456',
346-
timestamp: 1725235200000,
346+
timestamp: 1725494400000,
347347
objectIDs: ['9780545139700', '9780439784542'],
348348
},
349349
],

0 commit comments

Comments
 (0)