forked from github/gh-migration-analyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
reports.yml
51 lines (46 loc) · 1.41 KB
/
reports.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
48
49
50
51
name: "My Product Area"
targets:
epic-board:
type: project
htmlUrl: # TODO: enter the url to your epic board eg. https://github.com/orgs/github/projects/1595
stages: false
feature-board:
type: project
htmlUrl: # TODO: enter the url to your feature board eg. https://github.com/orgs/github/projects/1595
stages: true
processing:
- name: project-reference-labeler
target: epic-board
config:
write-labels: true
- name: project-status-labeler
target: feature-board
config:
write-labels: true
reports:
- name: execution-initiatives
title: "Initiative Execution"
timezoneOffset: -8
targets: ["feature-board"]
sections:
- name: "project-groupby-status"
config:
target-date-comment-field: "Projected ship date"
limits:
# TODO: after first run and >, >> labels are on features
# Uncomment with WIP limits for each initiative
# These should match the > label strings
# "Initiative One": 1
# "Initiative Two": 3
- name: execution-feature-lists
title: "Feature Status"
targets: ["feature-board"]
sections:
- name: "project-in-progress"
- name: "project-new"
- name: "project-done"
- name: execution-cycle-time
title: "Feature Cycle Time"
targets: ["feature-board"]
sections:
- name: "project-cycle-time"