-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.yml
41 lines (37 loc) · 1.63 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
checks:
- schedule: on wednesday at 9:00am
search:
q: "repo:filecoin-project/filecoin-plus-large-datasets is:issue is:open label:bot:readyToSign"
sort: created
channel: "#fil-plus-notaries"
message: |
There are {{items.length}} large dataset apps that need diligence and signatures:
{{#each items}}• *<{{this.html_url}}|{{this.title}} (#{{this.number}})>*
{{/each}}
- schedule: on wednesday at 9:00am
search:
q: "repo:filecoin-project/filecoin-plus-client-onboarding is:issue is:open label:state:Verifying"
sort: created
channel: "#fil-plus-notaries"
message: |
There are {{items.length}} client issues that need diligence:
{{#each items}}• *<{{this.html_url}}|{{this.title}} (#{{this.number}}) --> Assigned to: @{{this.assignee.login}}>*
{{/each}}
- schedule: on wednesday at 9:00am
search:
q: "repo:filecoin-project/filecoin-plus-client-onboarding is:issue is:open label:state:Verifying"
sort: created
channel: "#priv-keyko-filplus-app"
message: |
There are {{items.length}} client issues that need diligence:
{{#each items}}• *<{{this.html_url}}|{{this.title}} (#{{this.number}})>*
{{/each}}
- schedule: on wednesday at 9:00am
search:
q: "repo:filecoin-project/filecoin-plus-large-datasets is:issue is:open label:bot:readyToSign"
sort: created
channel: "#priv-keyko-filplus-app"
message: |
There are {{items.length}} client issues that need diligence:
{{#each items}}• *<{{this.html_url}}|{{this.title}} (#{{this.number}}) --> Assigned to: @{{this.assignee.login}}>*
{{/each}}