mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-11-02 19:13:13 +00:00
fix: fix github issue formatting (#471)
Attempting to fix formatting of github issues transferred to Jira. The old format was attempting to use double-slashes (\\) to specify line breaks. This worked in the test repo but didn't look right when merged to this repo. Now attempting to use formatted text in the yaml with |. This worked in the test repo, but I guess that's no guarantee.
This commit is contained in:
parent
4af4d33423
commit
2110a266c8
5
.github/workflows/create_issue.yml
vendored
5
.github/workflows/create_issue.yml
vendored
@ -24,7 +24,10 @@ jobs:
|
||||
project: CORE
|
||||
issuetype: Task
|
||||
summary: ${{ github.event.issue.title }}
|
||||
description: "Created from Github issue: ${{ github.event.issue.html_url }} \\ \\${{ github.event.issue.body }}"
|
||||
description: |
|
||||
Created from github issue: ${{ github.event.issue.html_url }}
|
||||
----
|
||||
${{ github.event.issue.body }}
|
||||
fields: '{ "labels": ["github-issue"] }'
|
||||
|
||||
- name: Log created issue
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user