Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: STEEL Weekly Meeting
name: SPECS Weekly Meeting
about: Weekly team sync meeting agenda
title: "STEEL Weekly Meeting, Wed <date>"
title: "SPECS Weekly Meeting, Wed <date>"
labels: meeting
assignees: ''
---

### Rapid-fire Status Updates

Every team member gives a 60 second TLDR on their current work, highlighting any blockers, chosen by the [Wheel of Steel](https://wheelofdeath.rip/?id=WcLWOPBC).
Every team member gives a 60 second TLDR on their current work, highlighting any blockers, chosen by the [Wheel of Specs](https://wheelofdeath.rip/?id=WcLWOPBC).

Anything that can't be resolved within 60s should be scheduled for discussion later in the call.

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/weekly-meeting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
prev=$(gh issue list \
--repo "$GITHUB_REPOSITORY" \
--state open \
--search "STEEL Weekly Meeting in:title" \
--search "SPECS Weekly Meeting in:title" \
--json number \
--jq '.[0].number // empty')

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
month=$(date -d "$next_wed" +%B)
year=$(date -d "$next_wed" +%Y)

title="STEEL Weekly Meeting, Wed ${day}${suffix} ${month}, ${year}"
title="SPECS Weekly Meeting, Wed ${day}${suffix} ${month}, ${year}"
echo "title=$title" >> "$GITHUB_OUTPUT"

- name: Open next week's meeting issue
Expand All @@ -65,7 +65,7 @@ jobs:
run: |
# Strip YAML frontmatter from the issue template
body=$(sed '1{/^---$/!q;};1,/^---$/d' \
.github/ISSUE_TEMPLATE/steel-weekly-meeting.md)
.github/ISSUE_TEMPLATE/specs-weekly-meeting.md)

gh issue create \
--repo "$GITHUB_REPOSITORY" \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# pm
Ethereum STEEL Project Management
Ethereum SPECS Project Management