Skip to content

Commit 9cd0e73

Browse files
committed
Add issuetracker linkify (for Fork)
1 parent a0ba25e commit 9cd0e73

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.issuetracker

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Integration with Issue Tracker
2+
#
3+
# (note that '\' need to be escaped).
4+
5+
[issuetracker "GitHub"]
6+
regex = "(?:^|\\b|\\s|\\n|\\()#(\\d+)(?:$|\\b|\\s|\\n|\\))"
7+
url = "https://github.com/jerone/UserScripts/issues/$1"

0 commit comments

Comments
 (0)