File tree Expand file tree Collapse file tree 2 files changed +13
-14
lines changed Expand file tree Collapse file tree 2 files changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -13,36 +13,35 @@ import (
13
13
14
14
// List of github repos for release remind
15
15
var reposToRemind = []string {
16
- // Base
17
- "graphql/graphiql" ,
18
- "graphql/graphql-js" ,
19
- "graphql/express-graphql" ,
20
-
21
- // Hasura
22
- "hasura/graphql-engine" ,
23
- "hasura/graphqurl" ,
24
-
25
16
// Apollo
26
17
"apollographql/apollo-client" ,
27
18
"apollographql/apollo-server" ,
28
19
"apollographql/graphql-tools" ,
29
20
"apollographql/react-apollo" ,
30
21
22
+ // Hasura
23
+ "hasura/graphql-engine" ,
24
+ "hasura/graphqurl" ,
25
+
31
26
// Prisma
32
27
"prisma/graphql-playground" ,
33
28
"prisma/graphql-yoga" ,
34
29
"prisma/prisma" ,
35
30
36
- // Other
37
- "Akryum/vue-apollo" ,
38
- "graphile/postgraphile" ,
39
-
40
31
// Python
41
32
"graphql-python/graphene" ,
42
33
"graphql-python/graphene-django" ,
43
34
44
35
// Ruby
45
36
"rmosolgo/graphql-ruby" ,
37
+
38
+ // Other
39
+ "graphile/postgraphile" ,
40
+ "graphql/graphiql" ,
41
+ "graphql/graphql-js" ,
42
+ "graphql/express-graphql" ,
43
+ "Akryum/vue-apollo" ,
44
+ "graphql-ru/bot" ,
46
45
}
47
46
48
47
// Client provides basic features
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ func main() {
24
24
tgClient .Use (handlers .Commands )
25
25
tgClient .Use (handlers .Join )
26
26
27
- ghClient .ReminderTicker (5 * time .Second , func (msg string ) {
27
+ ghClient .ReminderTicker (1 * time .Hour , func (msg string ) {
28
28
telegram .ToAdmins (tgClient .Bot , msg )
29
29
})
30
30
You can’t perform that action at this time.
0 commit comments