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
server:
default_format: markdown
dependencies:
definitions:
motivates:
display: horizontal
blocks: none
tracks:
display: horizontal
blocks: none
# Informational link: task-graph task tracks an external item
# Usage: link(from="task-id", to="github-issue-task", type="tracks")
attachments:
definitions:
github/issue:
mime: "application/json"
mode: replace
# Stores GitHub issue reference: {"repo": "owner/repo", "number": 42, "url": "..."}
github/pr:
mime: "application/json"
mode: replace
# Stores GitHub PR reference: {"repo": "owner/repo", "number": 99, "url": "..."}
github/comment:
mime: "text/plain"
mode: append
# Appends notable GitHub comment text or links
tags:
definitions:
github:
category: integration
description: "Task linked to a GitHub issue or PR"
bug:
category: type
description: "Bug fix (mirrors GitHub label)"
enhancement:
category: type
description: "Feature or enhancement (mirrors GitHub label)"