From 09d4b346f61d956fef4a470c2175fd7e4bef501a Mon Sep 17 00:00:00 2001 From: PawAdam Date: Fri, 14 Nov 2025 15:28:29 +0000 Subject: [PATCH] fixes and further tests new PR workflow --- .github/PULL_REQUEST_TEMPLATE.md | 1 - .github/workflows/validate_pr_and_update_changelog.yml | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c73064e..6213d17 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -20,7 +20,6 @@ Select all that apply: ### Summary -default > [!CAUTION] > The above section is required and must not be manipulated other than checking the check boxes and filling out the summary/ticket information. There is a Github Action that will fail if the pull request template does not conform to this standard. If the ticket information or summary is not filled in it will try to get it from the branch name. diff --git a/.github/workflows/validate_pr_and_update_changelog.yml b/.github/workflows/validate_pr_and_update_changelog.yml index a5f912e..7179d6c 100644 --- a/.github/workflows/validate_pr_and_update_changelog.yml +++ b/.github/workflows/validate_pr_and_update_changelog.yml @@ -110,9 +110,7 @@ jobs: exit 1 fi - echo "JIRA_LINK=$ticketLong" >> $GITHUB_OUTPUT - - prUrl="https://github.com/relativityone/centralized-review/pull/${{github.event.pull_request.number}}" + prUrl="https://github.com/PawAdam/actions_learning/pull/${{github.event.pull_request.number}}" changelogLong="[$summary] ยป [$changeType]" changelogShort="[$summary]" if [ "$deploymentDetails" != "" ]; then