mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
0c30bc2b0b
... --------- Co-authored-by: Zay Hanlon <114112018+zayhanlon@users.noreply.github.com> Co-authored-by: Luke Heath <luke@fleetdm.com> Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
21 lines
1.1 KiB
YAML
21 lines
1.1 KiB
YAML
# https://github.com/fleetdm/fleet/pull/13084
|
|
|
|
|
|
|
|
-
|
|
task: "Prioritize for next sprint" # Title that will actually show in rituals table
|
|
startedOn: "2023-09-04" # Needs to align with frequency e.g. if frequency is every thrid Thursday startedOn === any third thursday
|
|
frequency: "Triweekly" # must be supported by
|
|
description: "Drag next sprint's priorities to the top of the 'Not yet' column." # example of a longer thing: description: "[Prioritizing next sprint](https://fleetdm.com/handbook/company/communication)"
|
|
moreInfoUrl: "https://fleetdm.com/handbook/company/why-this-way#why-make-work-visible" #URL used to highlight "description:" test in table
|
|
dri: "alexmitchelliii" # DRI for ritual (assignee if autoIssue) (TODO display GitHub proflie pic instead of name or title)
|
|
autoIssue: # Enables automation of GitHub issues
|
|
labels: [ "#g-sales" ] # label to be applied to issue
|
|
-
|
|
task: "Review rep activity"
|
|
startedOn: "2023-09-18"
|
|
frequency: "Monthly"
|
|
description: "https://fleetdm.com/handbook/customers#review-rep-activity"
|
|
moreInfoUrl: "https://fleetdm.com/handbook/customers#review-rep-activity"
|
|
dri: "alexmitchelliii"
|