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 263c7ee commit e46c646
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit e46c646

Please sign in to comment.