We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2ff6d commit 5ae50f7Copy full SHA for 5ae50f7
src/libs/regex.ts
@@ -29,4 +29,3 @@ export const matchIssueNumberFromGitHubURL = /(?<=pul\/|issues\/)\d+/gim
29
* match: 1 12 123
30
*/
31
export const matchNumberOfShortNotationIssue = /(?<=#)\d+/gim
32
-;/(?<!(close|closes|closed|fix|fixes|fixed|resolve|resolves|resolved) )(https?:\/\/(www\.)?github\.com{1,6}\b([-a-zA-Z0-9()@:%_+.~#?&//=]*))/gim
0 commit comments