From 094b8c63bde1468107b3db435505546a98a0a53a Mon Sep 17 00:00:00 2001 From: Ashley Wolf Date: Thu, 7 May 2026 07:21:14 -0700 Subject: [PATCH 1/4] Update Web Summit offer: free tickets, Rio/Lisbon, new copy Updates the partner pack entry to reflect: - Free tickets (not discounted) for open source maintainers - Rio de Janeiro and Lisbon (the actual cities offered, replacing Vancouver) - New headline and description provided by Web Summit Supersedes #476 (city fix from @hugovk) by including all three updates in one change. Co-authored-by: Hugo van Kemenade Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- content/partner-pack/offers/websummit.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/partner-pack/offers/websummit.md b/content/partner-pack/offers/websummit.md index d4a854e1b..cb70e3da1 100644 --- a/content/partner-pack/offers/websummit.md +++ b/content/partner-pack/offers/websummit.md @@ -1,8 +1,8 @@ --- name: "Web Summit" logo: "websummit.png" -headline: "Connect with global tech leaders." -description: "Get discounted tickets to Web Summit Vancouver and Lisbon through their Developer Program — plus access to workshops and community events for open source contributors." +headline: "Free tickets for open source maintainers" +description: "Web Summit runs the world's largest technology events, connecting people and ideas that change the world. Get a free ticket to Web Summit in either Rio de Janeiro or Lisbon this year as a thank you for your contributions." ctaText: "Get tickets" ctaLink: "https://cilabs-sysops.formstack.com/forms/lis26_github_maintainer_month?utm_source=Community&utm_medium=email" --- From 906513f8c9c833593057f2acb637f33c82993e97 Mon Sep 17 00:00:00 2001 From: Ashley Wolf Date: Thu, 7 May 2026 07:27:25 -0700 Subject: [PATCH 2/4] Trigger checks From 1d0b8660f127dc9eb186efe190f99444feb82b99 Mon Sep 17 00:00:00 2001 From: Ashley Wolf Date: Thu, 7 May 2026 07:59:22 -0700 Subject: [PATCH 3/4] Trigger CodeQL Actions analysis on PR --- .github/workflows/build-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 5a8656faa..6d708d666 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -1,4 +1,5 @@ name: build-and-deploy +# Triggers CodeQL Actions analysis (org policy) on: push: branches: From 80433766e63500cf91457d055917a72547114ea5 Mon Sep 17 00:00:00 2001 From: Ashley Wolf Date: Thu, 7 May 2026 08:02:40 -0700 Subject: [PATCH 4/4] Revert "Trigger CodeQL Actions analysis on PR" This reverts commit 1d0b8660f127dc9eb186efe190f99444feb82b99. --- .github/workflows/build-deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 6d708d666..5a8656faa 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -1,5 +1,4 @@ name: build-and-deploy -# Triggers CodeQL Actions analysis (org policy) on: push: branches: