Commit 5111ff3
Fix phase numbering in pr-agent post-gate docs (dotnet#34116)
<!-- Please let the below note in for people that find this PR -->
> [!NOTE]
> Are you waiting for the changes in this PR to be merged?
> It would be very helpful if you could [test the resulting
artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from
this PR and let us know in a comment if this change resolves your issue.
Thank you!
## Description
Three references in the Fix (Phase 3) section of
`.github/agents/pr/post-gate.md` incorrectly said "Phase 4" instead of
"Phase 3". Phase 4 is the Report phase.
### Changes
- Line 27: "Applies to Phase 4" → "Applies to Phase 3"
- Line 49: "The purpose of Phase 4" → "The purpose of Phase 3"
- Line 59: "Phase 4 uses a multi-model approach" → "Phase 3 uses a
multi-model approach"
Documentation-only change, no functional impact.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 7f5d57f commit 5111ff3
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments