diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-06-27 15:23:12 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-06-27 15:23:12 +0200 |
commit | 890dd7f9adcbe1ef7c4218edc89ee7075a12e211 (patch) | |
tree | 855893c690ebfbe5502b8151e3d3009501957091 /data/matches.json | |
parent | 955f77978ea6f3f5730571698de07cc77d1fc5a4 (diff) | |
download | bugzilla-triage-890dd7f9adcbe1ef7c4218edc89ee7075a12e211.tar.gz |
Move all constant data out of the main JSON
Diffstat (limited to 'data/matches.json')
-rw-r--r-- | data/matches.json | 15 |
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 |