Skip to content

Commit cd57da3

Browse files
TGPSKICopilot
andauthored
Apply suggestions from code review
Copilot nitpicks Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 22a94d9 commit cd57da3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/adr/ADR-019-merge-queue-acceleration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ GitLab merge trains run MR-B's pipeline against `target + A + B` speculatively,
2727

2828
## Decision
2929

30-
**Implement optimistic non-overlapping multi-merge in `gitlab_housekeeping.py`: after the first merge in a loop, merge subsequent MRs without re-rebase if their changed files do not overlap with any already-merged MR's changed files.**
30+
**Implement optimistic non-overlapping multi-merge in `gitlab_housekeeping.py`: after the first merge in a loop, merge subsequent MRs without re-rebase if their changed files do not overlap with any already-merged MRs' changed files.**
3131

3232
### Key Points
3333

docs/adr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ An Architecture Decision Record (ADR) documents an important architecture decisi
2828
| [ADR-016](ADR-016-two-tier-cache.md) | Two-Tier Cache Architecture (Memory + Redis) | Accepted |
2929
| [ADR-017](ADR-017-factory-pattern.md) | Factory Pattern | Accepted |
3030
| [ADR-018](ADR-018-event-driven-communication.md) | Event-Driven Communication Pattern | Accepted |
31-
| [ADR-019](ADR-019-merge-queue-acceleration.md) | Merge Queue Acceleration via Optimistic Multi-Merge | Proposed |
31+
| [ADR-019](ADR-019-merge-queue-acceleration.md) | Non-Overlapping Merge Queue Acceleration via Optimistic Multi-Merge | Proposed |
3232

3333
## ADR Categories
3434

0 commit comments

Comments
 (0)