aboutsummaryrefslogtreecommitdiffstats
path: root/data/matches.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/matches.json')
-rw-r--r--data/matches.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/data/matches.json b/data/matches.json
new file mode 100644
index 0000000..25329d6
--- /dev/null
+++ b/data/matches.json
@@ -0,0 +1,15 @@
+{
+ "matches": [
+ "https://bugzilla.redhat.com/show_bug.cgi",
+ "https://bz-web2-test.devel.redhat.com/show_bug.cgi",
+ "https://bugs.freedesktop.org/show_bug.cgi",
+ "https://bugzilla.mozilla.org/show_bug.cgi"
+ ],
+ "skipMatches": [
+ "https://bugzilla.redhat.com/(process|post)_bug.cgi",
+ "https://bz-web2-test.devel.redhat.com/(process|post)_bug.cgi",
+ "https://bugzilla.mozilla.org/post_bug.cgi",
+ "https://bugzilla.mozilla.org/process_bug.cgi",
+ "https://bugzilla.(redhat.com|mozilla.org)/attachment.cgi$"
+ ]
+} \ No newline at end of file