Update automation work item link from AB#539394 to AB#640900 - #11014
Open
Maria Zhelezova (mazhelez) wants to merge 1 commit into
Open
Update automation work item link from AB#539394 to AB#640900#11014Maria Zhelezova (mazhelez) wants to merge 1 commit into
Maria Zhelezova (mazhelez) wants to merge 1 commit into
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Maria Zhelezova (mazhelez)
enabled auto-merge
September 3, 2026 13:53
Maria Zhelezova (mazhelez)
requested review from
Alexander Holstrup (aholstrup1) and
ankosiorek
September 3, 2026 13:56
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Repoints the GitHub automation → Azure Boards work item link from 539394 to 640900 in the two (and only two) places BCApps references it:
.github/AL-Go-Settings.json—commitOptions.messageSuffix:"Related to [AB#539394](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/539394)"→"Related to [AB#640900](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/640900)".github/actions/RunAutomation/run.ps1— the PR description link line:[AB#539394](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/539394)→[AB#640900](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/640900)Why
Our automation PRs are linked to an Azure DevOps work item via the Azure Boards–GitHub integration (the
AB#<id>mention). The currently referenced work item 539394 ("Update Packages to Latest Version") is now Closed and badly overloaded (~12,554 links), so every automation PR was piling another link onto a dead work item.640900 ("Update Packages to Latest Version - 2026-06-30") is the current Active shared bucket work item, which the DME repo already uses. Switching BCApps to 640900 realigns it with DME and stops attaching links to the closed item.
Scope
Just these two edits. Verified with a whole-repo grep: zero remaining references to
539394, and640900present in exactly the two changed lines.