Skip to content

Commit

Permalink
Updates for recap and make some headers strong in reminder workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Nov 13, 2024
1 parent 26527c0 commit f017883
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/matrix_dev_sync_reminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
# The text you want to add to the pad.
content = f"""<html><body>
<h1>Scribe Dev Sync {next_bi_weekly_date}</h1>
<h1><strong>Scribe Dev Sync {next_bi_weekly_date}</strong></h1>
<p>Pad directory: https://etherpad.wikimedia.org/p/scribe-dev-sync</a><br>
ZoneStamp: https://zonestamp.toolforge.org/{next_epoch_time}</a></p>
Expand All @@ -111,8 +111,8 @@ jobs:
<h2>Topics</h2>
<ul>
<li>All: introductions πŸ‘‹</li>
<li>All: does anyone want a calendar invite to the dev sync? If so, send them out :)
<li>All: Introductions πŸ‘‹</li>
<li>All: Does anyone want a calendar invite to the dev sync? If so, send them out :)
<ul>
<li>If you would like an invite, please message the team on Matrix/Element</li>
</ul>
Expand All @@ -129,7 +129,7 @@ jobs:
</ul>
<br>
<h2>Recap</h2>
<h2><strong>Recap</strong></h2>
<br>
<br>
<p>Here's the recap for today's/Saturday's dev sync πŸ§‘β€πŸ’»β™»οΈ</p>
Expand All @@ -140,7 +140,7 @@ jobs:
</ul>
<br>
<p>The next dev sync will be [Saturday the {next_next_bi_weekly_date} at 15:00 UTC](https://zonestamp.toolforge.org/{next_next_epoch_time})</a>.</p>
<p>The next dev sync will be [Saturday the {next_next_bi_weekly_date} at 15:00 UTC](https://zonestamp.toolforge.org/${{ env.NEXT_NEXT_BI_WEEKLY_DATE }})</a>.</p>
<br>
<p>Nice outro 😊</p>
Expand Down

0 comments on commit f017883

Please sign in to comment.