From 70d24c49b047fa642346873c3a4737bf8044f618 Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 17 Feb 2025 12:28:23 -0600 Subject: [PATCH] Handbook: Update label used in customer success ritual to fix failing website deploy. (#26389) Changes: - Updated the label used in the "Prioritize for next sprint" ritual to fix failing website tests/deploys (The label was changed on GitHub) --- handbook/customer-success/customer-success.rituals.yml | 2 +- handbook/demand/demand.rituals.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/handbook/customer-success/customer-success.rituals.yml b/handbook/customer-success/customer-success.rituals.yml index 2c493ccf74..ae62f82a9c 100644 --- a/handbook/customer-success/customer-success.rituals.yml +++ b/handbook/customer-success/customer-success.rituals.yml @@ -6,7 +6,7 @@ moreInfoUrl: "https://fleetdm.com/handbook/company/why-this-way#why-make-work-visible" #URL used to highlight "description:" test in table dri: "zayhanlon" # DRI for ritual (assignee if autoIssue) (TODO display GitHub proflie pic instead of name or title) autoIssue: # Enables automation of GitHub issues - labels: [ "#g-customer-success" ] # label to be applied to issue + labels: [ ":help-customers" ] # label to be applied to issue repo: "confidential" - task: "Process new requests" diff --git a/handbook/demand/demand.rituals.yml b/handbook/demand/demand.rituals.yml index d235607fd6..d07cf40577 100644 --- a/handbook/demand/demand.rituals.yml +++ b/handbook/demand/demand.rituals.yml @@ -13,7 +13,7 @@ moreInfoUrl: "https://fleetdm.com/handbook/company/why-this-way#why-make-work-visible" #URL used to highlight "description:" test in table dri: "mikermcneil" # DRI for ritual (assignee if autoIssue) (TODO display GitHub proflie pic instead of name or title) autoIssue: # « Enable automation of GitHub issues - labels: [ "#g-demand" ] # label to be applied to issue + labels: [ ":help-marketing" ] # label to be applied to issue repo: "confidential" - task: "Settle event strategy"