Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bjohansebas committed Nov 21, 2024
1 parent f9ce7eb commit 75ae7cd
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/ISSUE_TEMPLATE/meeting.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,19 @@ This meeting is open for anyone who wants to attend. Reminder to follow our [Cod

## Links

<%
const meetingTitle = "<%= issueTitle %>"; // Título del meeting
const titleWords = meetingTitle.split(' ');
const lastTwoWords = titleWords.slice(-2).join(' ').toLowerCase();

const linkText = lastTwoWords.includes("working session") ? "hey" : "For those who just want to watch";
%>

* <%= linkText %>:

* Minutes:

### Joining the meeting

* link for participants: <%= issueTitle.include("Working") ? https://zoom-lfx.platform.linuxfoundation.org/meeting/95258037175?password=07aad89d-ff43-45df-9b28-f437e167a0b9 : hey %>
* link for participants: https://zoom-lfx.platform.linuxfoundation.org/meeting/95258037175?password=07aad89d-ff43-45df-9b28-f437e167a0b9
* For those who just want to watch: https://www.youtube.com/@expressjs-official

0 comments on commit 75ae7cd

Please sign in to comment.