Apple CSR was missing from rituals. (Turned autoIssue on.) (#23673)

This commit is contained in:
Mike McNeil 2024-11-13 10:24:11 -06:00 committed by GitHub
parent 02d3f118bf
commit ee0c4c7fce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,19 +1,13 @@
-
task: "Pull request review" # Title that will actually show in rituals table
startedOn: "2023-08-09" # Needs to align with frequency e.g. if frequency is every thrid Thursday startedOn === any third thursday
frequency: "Daily" # must be supported by
description: "Engineers go through pull requests for which their review has been requested." # 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: "lukeheath" # DRI for ritual (assignee if autoIssue) (TODO display GitHub proflie pic instead of name or title)
#autoIssue: # Enables automation of GitHub issues
#labels: [ "#g-cx" ] # label to be applied to issue
-
task: "Engineering group discussions"
startedOn: "2023-08-09"
frequency: "Daily"
description: "Engineers go through pull requests for which their review has been requested."
moreInfoUrl:
task: "Renew Apple certificate signing request (CSR)"
startedOn: "2024-09-01"
frequency: "Annually"
description: https://fleetdm.com/handbook/engineering#renew-mdm-certificate-signing-request-csr
moreInfoUrl: https://fleetdm.com/handbook/engineering#renew-mdm-certificate-signing-request-csr
dri: "lukeheath"
autoIssue:
labels: [ "~engineering-initiated" ]
repo: "fleet"
-
task: "Oncall handoff"
startedOn: "2023-08-09"