Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/meeting_base_bundler_collab
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CALENDAR_FILTER="Bundler Collaboration Space"
CALENDAR_FILTER="Bundler Working Group Monthly Meeting"
Copy link

Copilot AI Apr 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CALENDAR_FILTER line is not valid dotenv syntax: the trailing p1775507359414999 after the closing quote makes this an invalid assignment and will likely break parsing of the meeting_base_* templates. Remove the trailing token, or include it inside the quoted value if it's intended to be part of the filter name.

Copilot uses AI. Check for mistakes.
ICAL_URL="https://webcal.prod.itx.linuxfoundation.org/lfx/a0941000002wBygAAE"
USER="openjs-foundation"
HOST="OpenJS Foundation"
Expand Down
Loading