From fc7b0742a7e40c3d23be02295fa4bba35d7b701a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 2 Jan 2026 19:39:35 +0000 Subject: [PATCH 1/4] Initial plan From 258233269426f1b91d2af679e9899e0ee5cc590e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 2 Jan 2026 19:44:32 +0000 Subject: [PATCH 2/4] Add PNSQC Quality Jam 2026 conference to current.yml Co-authored-by: ckenst <6896787+ckenst@users.noreply.github.com> --- .gitignore | 2 ++ _data/current.yml | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index c0e8d9aa..51b4fa8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ _site .sass-cache .DS_Store +.bundle +vendor # Script output diff --git a/_data/current.yml b/_data/current.yml index 1d16191f..b3d5364e 100644 --- a/_data/current.yml +++ b/_data/current.yml @@ -1,3 +1,9 @@ +- name: PNSQC Quality Jam 2026 + location: Portland, OR, USA and Online + dates: "January 22, 2026" + url: https://mms.pnsqc.org/members/evr/reg_event.php?evid=59881345&orgcode=PNSQ + status: Registration is Open + - name: SoCraTes Conference Switzerland 2026 location: Monastery Ilanz, Switzerland dates: January 29 - February 1, 2026 From 4063ccee1e016d7ac2e9aeb3eb1f793bb80889b3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 2 Jan 2026 19:45:39 +0000 Subject: [PATCH 3/4] Fix ampersand encoding in PNSQC Quality Jam URLs Co-authored-by: ckenst <6896787+ckenst@users.noreply.github.com> --- _data/current.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/current.yml b/_data/current.yml index b3d5364e..9e30324a 100644 --- a/_data/current.yml +++ b/_data/current.yml @@ -1,8 +1,8 @@ - name: PNSQC Quality Jam 2026 location: Portland, OR, USA and Online dates: "January 22, 2026" - url: https://mms.pnsqc.org/members/evr/reg_event.php?evid=59881345&orgcode=PNSQ - status: Registration is Open + url: https://mms.pnsqc.org/members/evr/reg_event.php?evid=59881345&orgcode=PNSQ + status: Registration is Open - name: SoCraTes Conference Switzerland 2026 location: Monastery Ilanz, Switzerland From 8fa2cd79049af826b99aa1b61f5a581261311231 Mon Sep 17 00:00:00 2001 From: Chris Kenst Date: Fri, 2 Jan 2026 11:48:55 -0800 Subject: [PATCH 4/4] Update event URL and status for PNSQC Quality Jam 2026 --- _data/current.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/current.yml b/_data/current.yml index 9e30324a..03c7b4e8 100644 --- a/_data/current.yml +++ b/_data/current.yml @@ -1,8 +1,8 @@ - name: PNSQC Quality Jam 2026 location: Portland, OR, USA and Online dates: "January 22, 2026" - url: https://mms.pnsqc.org/members/evr/reg_event.php?evid=59881345&orgcode=PNSQ - status: Registration is Open + url: https://mms.pnsqc.org/Calendar/moreinfo.php?org_id=PNSQ&eventid=190750?utm_source=testingconferences + status: Registration is Open - name: SoCraTes Conference Switzerland 2026 location: Monastery Ilanz, Switzerland