From 36332345a36bc0826239bbf40e9dda5e1cab0b8c Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Wed, 12 Aug 2026 08:47:45 -0400 Subject: [PATCH 1/3] Make iCal link more prominent Signed-off-by: Kingdon Barrett --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75634391..9d3806f6 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,13 @@ The upcoming meetings, talks, and community events for the next month are here: {{< home/calendar >}} -Our calendar data is hosted on LFX Platform, which has the option to subscribe via iCal Link: +Our calendar data is publicly available at: + +The LFX Platform calendar has the option to subscribe to Flux events via iCal Link. You can subscribe directly to the iCal feed via the link below: + +``` +https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001IfTjDQAV +``` We are very happy if new users, contributors and developers join and we can put names to faces! From a307883c9632c8c1e6886622b0621fadead89229 Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Wed, 12 Aug 2026 13:19:47 -0400 Subject: [PATCH 2/3] update lychee-pr.yaml, lychee-cron.yaml Add exclude to lychee-cron.yaml Signed-off-by: Kingdon Barrett --- .github/workflows/lychee-cron.yaml | 2 +- .github/workflows/lychee-pr.yaml | 2 +- SUPPORT.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lychee-cron.yaml b/.github/workflows/lychee-cron.yaml index 8ff45fc7..1d2c4197 100644 --- a/.github/workflows/lychee-cron.yaml +++ b/.github/workflows/lychee-cron.yaml @@ -25,7 +25,7 @@ jobs: - name: Link Checker uses: lycheeverse/lychee-action@v2.4.1 with: - args: --accept '100..=103,200..=299,429' --exclude '^https?://sched\.co/' --cache-exclude-status '429, 500..502' --cache --max-cache-age 1d --verbose --no-progress . + args: --accept '100..=103,200..=299,429' --exclude '^https?://sched\.co/' --exclude '^https?://.+sched\.com?/' --exclude '^https?://.+wikia.com/' --cache-exclude-status '429, 500..502' --cache --max-cache-age 1d --verbose --no-progress . env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/lychee-pr.yaml b/.github/workflows/lychee-pr.yaml index c46d2ff6..01ea56bc 100644 --- a/.github/workflows/lychee-pr.yaml +++ b/.github/workflows/lychee-pr.yaml @@ -18,7 +18,7 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v2.4.1 with: - args: --accept '100..=103,200..=299,429' --exclude '^https?://sched\.co/' --cache-exclude-status '429, 500..502' --cache --max-cache-age 1d --verbose --no-progress . + args: --accept '100..=103,200..=299,429' --exclude '^https?://sched\.co/' --exclude '^https?://.+sched\.com?/' --exclude '^https?://.+wikia.com/' --cache-exclude-status '429, 500..502' --cache --max-cache-age 1d --verbose --no-progress . fail: true env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/SUPPORT.md b/SUPPORT.md index 0b0f1ef9..7ce29235 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -1 +1 @@ -This document was moved to . +This document was moved to . From c286e2bd5b0382570cdf7b5ae62ca943667bd397 Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Wed, 12 Aug 2026 22:58:46 -0400 Subject: [PATCH 3/3] Use an Signed-off-by: Kingdon Barrett --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 9d3806f6..2f796d0f 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,7 @@ Our calendar data is publicly available at: We are very happy if new users, contributors and developers join and we can put names to faces!