10 lines
305 B
TOML
10 lines
305 B
TOML
|
|
name = "Mail.Issue"
|
||
|
|
input.module = "local.py"
|
||
|
|
input.params.path = "${myai_dir}/mail"
|
||
|
|
input.params.watch = true
|
||
|
|
parser.module = "parser.py"
|
||
|
|
parser.params.mail_path = "${myai_dir}/mail"
|
||
|
|
parser.params.issue_path = "${myai_dir}/mail/issue.json"
|
||
|
|
parser.params.root_issue = "巴克云公司推进中的项目"
|
||
|
|
|