.contributebot: disable issue title check (#97)

All issues are assumed to be about Wire, so there's no need to include
the package name.

Updates #82
This commit is contained in:
Ross Light
2018-12-12 13:26:22 -08:00
committed by GitHub
parent 983dc94257
commit f9328a1d90

3
.contributebot Normal file
View File

@@ -0,0 +1,3 @@
{
"issue_title_pattern": "^.*$"
}