diff --git a/.github/ISSUE_TEMPLATE/steel-weekly-meeting.md b/.github/ISSUE_TEMPLATE/specs-weekly-meeting.md similarity index 73% rename from .github/ISSUE_TEMPLATE/steel-weekly-meeting.md rename to .github/ISSUE_TEMPLATE/specs-weekly-meeting.md index 4580b0b..e56c48f 100644 --- a/.github/ISSUE_TEMPLATE/steel-weekly-meeting.md +++ b/.github/ISSUE_TEMPLATE/specs-weekly-meeting.md @@ -1,14 +1,14 @@ --- -name: STEEL Weekly Meeting +name: SPECS Weekly Meeting about: Weekly team sync meeting agenda -title: "STEEL Weekly Meeting, Wed " +title: "SPECS Weekly Meeting, Wed " 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. diff --git a/.github/workflows/weekly-meeting.yml b/.github/workflows/weekly-meeting.yml index 5321689..0e86440 100644 --- a/.github/workflows/weekly-meeting.yml +++ b/.github/workflows/weekly-meeting.yml @@ -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') @@ -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 @@ -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" \ diff --git a/README.md b/README.md index ccc4a25..621d0ac 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # pm -Ethereum STEEL Project Management +Ethereum SPECS Project Management