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 75ae7cd commit ea36bd9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/meeting.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,16 @@ This meeting is open for anyone who wants to attend. Reminder to follow our [Cod

## Links

<%
const meetingTitle = "<%= issueTitle %>"; // Título del meeting
<%= issueTitle.split(' ').slice(-2).join(' ') %>
<!-- <%
const meetingTitle = ""; // 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 %>:
* <%= linkText %>: -->

* Minutes:

Expand Down

0 comments on commit ea36bd9

Please sign in to comment.