diff --git a/.github/AL-Go-Settings.json b/.github/AL-Go-Settings.json index 42da3cfe940..2193b4bcdf1 100644 --- a/.github/AL-Go-Settings.json +++ b/.github/AL-Go-Settings.json @@ -160,7 +160,7 @@ "UpdateALGoSystemFilesEnvironment": "Official-Build", "templateSha": "35d89f97b4a2065f65322dbc3bd7e78cf22f45b9", "commitOptions": { - "messageSuffix": "Related to AB#539394", + "messageSuffix": "Related to AB#640900", "pullRequestAutoMerge": true, "pullRequestLabels": [ "Automation" diff --git a/.github/actions/RunAutomation/run.ps1 b/.github/actions/RunAutomation/run.ps1 index 922f0017e8a..38040d600fc 100644 --- a/.github/actions/RunAutomation/run.ps1 +++ b/.github/actions/RunAutomation/run.ps1 @@ -131,7 +131,7 @@ function OpenPR { git push -u origin $branch | Out-Null - $prDescription += "`n`nAB#539394" # Add link to a work item + $prDescription += "`n`nAB#640900" # Add link to a work item return New-GitHubPullRequest -Repository $Repository -BranchName $branch -TargetBranch $TargetBranch -Title $prTitle -Description $prDescription }