-
Notifications
You must be signed in to change notification settings - Fork 5
/
hecate.yml
47 lines (46 loc) · 1.02 KB
/
hecate.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
42
43
44
45
46
47
# Who to send errors/etc too
admin_email: [email protected]
# Config for shipping news (notify on merged PRs)
timezone: "Australia/Melbourne"
shipping:
# Array of notifications (ie send library releases to devs, prod releases to PM, etc)
-
rollup: weekly
timezone: "Australia/Melbourne"
day_of_week: tuesday
hour_of_day: 9
emails:
matching:
all: true
-
slack_channels:
- general
matching:
all: true
-
emails: ["[email protected]"]
trigger: labelled
matching:
labels: ["hecate-label-test"]
all: true
-
slack_channels:
- general
trigger: labelled
matching:
labels: ["hecate-label-test"]
all: true
-
slack_channels:
- general
trigger: opened
matching:
all: true
globs: ["package.json", "Gemfile", "**/db/schema.rb"]
team:
lead:
login: joho
email: [email protected]
engineers: ["joho", "jonathannen", "geelen", "evanderkoogh"]
owned_repos: ["hecate", "hecate-marketing-site"]