You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/triagebot/canonicalize-issue-links.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# Canonicalize Issue Links
2
2
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`.
4
5
5
6
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.
0 commit comments