-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
32 lines (32 loc) · 796 Bytes
/
Copy pathconfig.yml
File metadata and controls
32 lines (32 loc) · 796 Bytes
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
version: '0.2'
addresses:
github@$username.mailscript.com:
keys:
- name: owner
read: true
write: true
triggers:
- name: github-action-failed
composition:
- criteria:
github.pr.buildFailed: true
actions:
- name: mylaptop
type: daemon
config:
daemon: mylaptop
- name: forward-to-personal-email
type: mailscript-email
config:
key: owner
from: github@$username.mailscript.com
forward: $account-email-address
type: forward
workflows:
- name: forward-github-to-personal
input: github@$username.mailscript.com
action: forward-to-personal-email
- name: github-action-failures-to-daemon
input: github@$username.mailscript.com
trigger: github-action-failed-trigger
action: mylaptop