From 53a07005d8ad4af2e911ae39de9f6d594ba80830 Mon Sep 17 00:00:00 2001 From: Maria Zhelezova <43066499+mazhelez@users.noreply.github.com> Date: Thu, 3 Sep 2026 15:43:58 +0200 Subject: [PATCH] Update automation work item link from AB#539394 to AB#640900 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .github/AL-Go-Settings.json | 2 +- .github/actions/RunAutomation/run.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }