From 444e13813f69c8343658e51e597f6cb0916b2077 Mon Sep 17 00:00:00 2001 From: Isabell Reedy <113355639+ireedy@users.noreply.github.com> Date: Fri, 28 Mar 2025 14:01:38 +0000 Subject: [PATCH] Remove reconcile expenses ritual (as now included in monthly accounting) (#27621) --- handbook/finance/finance.rituals.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/handbook/finance/finance.rituals.yml b/handbook/finance/finance.rituals.yml index 34f78e2779..8d099cdf16 100644 --- a/handbook/finance/finance.rituals.yml +++ b/handbook/finance/finance.rituals.yml @@ -46,16 +46,7 @@ autoIssue: # Enables automation of GitHub issues labels: [ "#g-finance" ] # label to be applied to issue repo: "confidential" # The GitHub repo that issues will be created in -- - task: "Reconcile monthly recurring expenses" - startedOn: "2024-02-28" - frequency: "Monthly" - description: "Each month, update the inputs in “The numbers” spreadsheet to reflect the actuals for recurring non-personnel spend, and identify any unexpected increase or decrease in spend." - moreInfoUrl: "https://fleetdm.com/handbook/finance#reconcile-monthly-recurring-expenses" - dri: "ireedy" - autoIssue: - labels: [ "#g-finance" ] - repo: "confidential" + - task: "Monthly accounting" startedOn: "2024-02-28"