From 2cbf90407692f4feefa6b25bf0af76b55130ffc7 Mon Sep 17 00:00:00 2001 From: Or Avidov Date: Wed, 3 Jul 2024 19:25:10 +0300 Subject: [PATCH] Update create_pylon_issue.yml --- .github/workflows/create_pylon_issue.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create_pylon_issue.yml b/.github/workflows/create_pylon_issue.yml index 49bb985a6..3470794c1 100644 --- a/.github/workflows/create_pylon_issue.yml +++ b/.github/workflows/create_pylon_issue.yml @@ -25,7 +25,7 @@ jobs: "requester_id": "${{ secrets.PYLON_REQUESTER_ID }}", "priority": "medium", "title": "${{ github.event.issue.title }}", - "body_html": "GitHub Issue Details

GitHub Issue Details

Description: ${{ github.event.issue.body }}

Repository: ${{ github.repository }}

Type: Github Issue

URL: ${{ github.event.issue.html_url }}

" + "body_html": "GitHub Issue Details

GitHub Issue Details

Description: ${{ github.event.issue.body }}

Repository: ${{ github.repository }}

Type: Github Issue

URL: ${{ github.event.issue.html_url }}

" }' - name: Create Pylon Issue for Pull Request @@ -40,5 +40,5 @@ jobs: "requester_id": "${{ secrets.PYLON_REQUESTER_ID }}", "priority": "medium", "title": "${{ github.event.pull_request.title }}", - "body_html": "GitHub Pull Request Details

GitHub Pull Request Details

Description: ${{ github.event.pull_request.body }}

Repository: ${{ github.repository }}

Type: Pull Request

URL: ${{ github.event.pull_request.html_url }}

" + "body_html": "GitHub Pull Request Details

GitHub Pull Request Details

Description: ${{ github.event.pull_request.body }}

Repository: ${{ github.repository }}

Type: Pull Request

URL: ${{ github.event.pull_request.html_url }}

" }'