Skip to content

Commit 08a7fe8

Browse files
authored
Merge pull request #830 from tshepang/patch-3
canonicalize-issue-links.md: improve readability
2 parents 3397285 + 4a5e661 commit 08a7fe8

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)