forked from timoreimann/pdsync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
34 lines (34 loc) · 873 Bytes
/
config.yaml
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
slackSyncs:
- name: Firewarden Dev Channel
schedules:
- name: Firewarden
userGroups:
- name: firewarden
- handle: firewarden
channel:
name: practices-dev-firewarden
template: |-
<@{{.Firewarden}}> is this week's :helmet_with_white_cross:
dryRun: false
- name: Firewarden Support Channel
schedules:
- name: Firewarden
userGroups:
- name: firewarden
- handle: firewarden
channel:
name: requests-product-support
template: |-
<@{{.Firewarden}}> is this week's :helmet_with_white_cross:
dryRun: false
- name: On Call
schedules:
- name: On Call
userGroups:
- name: On Call
- handle: oncall
channel:
name: practices-dev-on-call
template: |-
<@{{.OnCall}}> is On Call
dryRun: false