From 327b52a3874142914f4bde06502dc5e5f0278520 Mon Sep 17 00:00:00 2001 From: oravi Date: Fri, 5 Jul 2024 20:57:53 +0300 Subject: [PATCH] Fixes --- .github/workflows/create_pylon_issue.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/create_pylon_issue.yml b/.github/workflows/create_pylon_issue.yml index bd526bc4f..b87cee870 100644 --- a/.github/workflows/create_pylon_issue.yml +++ b/.github/workflows/create_pylon_issue.yml @@ -30,7 +30,6 @@ jobs: "title": "${{ github.event.issue.title }}", "body_html": "GitHub Issue Details

GitHub Issue Details

Repository: ${{ github.repository }}

Type: Github Issue

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

" }') - echo "response=$response" >> $GITHUB_ENV ticket_id=$(echo $response | jq -r '.data.id') echo "ticket_id=$ticket_id" >> $GITHUB_ENV @@ -55,7 +54,7 @@ jobs: --data '{ "account_id": "${{ secrets.PYLON_ACCOUNT_ID }}", "requester_id": "${{ secrets.PYLON_REQUESTER_ID }}", - "priority": "medium", + "priority": "high", "title": "${{ github.event.pull_request.title }}", "body_html": "GitHub Pull Request Details

GitHub Pull Request Details

Repository: ${{ github.repository }}

Type: Pull Request

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

" }'