Skip to content

Commit 2f3201a

Browse files
authored
canonicalize-issue-links.md: improve readability
1 parent b7bd90c commit 2f3201a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/triagebot/canonicalize-issue-links.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Canonicalize Issue Links
22

3-
GitHub permits having automatic action like `Fixes #123` which closes the issue number `123`, this handler updates the pull-request description with the canonicalized version, `Fixes org/repo#123`.
3+
GitHub permits having automatic action like `Fixes #123`, which closes the issue number `123`.
4+
This handler updates the pull-request description with the canonicalized version, `Fixes org/repo#123`.
45

56
This is useful when updating subtrees into the upstream repository as it avoids referencing and closing the issue from the upstream repository instead of the one from the subtree.
67

0 commit comments

Comments
 (0)