Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Select all that apply:
<end></end>

### Summary
default
<end></end>
> [!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.
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/validate_pr_and_update_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading