[chore] Replace sigs.yml by workstreams.yml#3366
Conversation
f7459ac to
e74d209
Compare
Co-Authored-By: Jack Berg <34418638+jack-berg@users.noreply.github.com> Assisted-By: Claude Opus 4.6
e74d209 to
e69d47b
Compare
jack-berg
left a comment
There was a problem hiding this comment.
Looks good to me. I checked out locally, did a diff with my branch, and determined that this is the same as my branch, with the following changes:
- Strip out notion of working group from workstreams data model
- Strip out TC sponsorship assignments not already encoded in
sigs.yml(Note, I didn't pull that out of thin air, the assignments came from this private TC sponsorship tracking doc. Still, makes sense to decouple.) - Strip out
make report-generationand resultingworkstreams.md - Other little things like keeping
make validate-sigsinstead ofmake validate-workstreams
Thanks for picking this up @mx-psi!
Thanks for taking a look, sorry, I should have added a list like this to the README. I intend to add all other changes you mention in future PRs, on this one I wanted to focus on changing the data model |
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
I will merge this on Wednesday morning unless there are blocking comments before then |
jpkrohling
left a comment
There was a problem hiding this comment.
LGTM. We could perhaps keep a sigs.yml pointing to the new one, but that's definitely not a blocker.
I accidentally added it back after the last merge
I removed |
This PR is a subset of #3337 in the hopes of finding one sub-part that can be merged.
It tries to move from
sigs.ymltoworkstreams.ymlwithout making any modifications on the TC sponsors or add non-SIG projects. The intent is to tackle all of these on separate PRs.