Skip to content

Commit 268d1b1

Browse files
[bugtraq] Fix issue where C#6 is seen as issue-id
1 parent 60400eb commit 268d1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitbugtraq

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[bugtraq "issues"]
22
url = https://github.com/MahApps/MahApps.Metro/issues/%BUGID%
3-
logfilterregex = "((#\\d+)+)"
3+
logfilterregex = "([^C](#\\d+)+)"
44
logregex = \\d+
55

66
[bugtraq "users"]

0 commit comments

Comments
 (0)