From 414bd83d989985d53e8b9e8f02a93eb1b8144671 Mon Sep 17 00:00:00 2001 From: "zoomote[bot]" <305051434+zoomote[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 22:13:48 +0000 Subject: [PATCH] chore: replace Navad with James in weekly release reminder rotation --- .github/workflows/release-reminder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-reminder.yml b/.github/workflows/release-reminder.yml index 6f5b6b8ea6..1e384ee834 100644 --- a/.github/workflows/release-reminder.yml +++ b/.github/workflows/release-reminder.yml @@ -26,7 +26,7 @@ jobs: DISCORD_RELEASE_WEBHOOK_URL: ${{ secrets.DISCORD_RELEASE_WEBHOOK_URL }} run: | set -euo pipefail - owners=("Elliott" "Navad" "Toray") + owners=("Elliott" "James" "Toray") anchor_date="2026-07-17" seconds_since_anchor=$(($(date -u +%s) - $(date -u -d "$anchor_date" +%s))) weeks_since_anchor=$((seconds_since_anchor / 604800))