Render steering and emeritus member tables in README.md - #377
Merged
Conversation
jaimergp
reviewed
Apr 16, 2026
jezdez
force-pushed
the
render-readme-member-tables
branch
5 times, most recently
from
April 28, 2026 10:09
4b438c5 to
9b48b6c
Compare
jezdez
marked this pull request as ready for review
April 28, 2026 10:10
ericdill
reviewed
Apr 28, 2026
jezdez
marked this pull request as draft
April 28, 2026 11:35
jezdez
force-pushed
the
render-readme-member-tables
branch
from
April 28, 2026 11:40
3632d8c to
2c5480b
Compare
jezdez
force-pushed
the
rework-pre-commit
branch
from
April 28, 2026 11:43
0b02025 to
4e59bd1
Compare
jezdez
force-pushed
the
render-readme-member-tables
branch
from
April 28, 2026 11:44
2c5480b to
f823e0b
Compare
jezdez
added a commit
that referenced
this pull request
Apr 28, 2026
These three files predate the rebase onto current main. Applies the new yamlfmt config and adds a targeted zizmor ignore for the artifact-only workflow_run consumer. Both files will be removed by PR #377.
jezdez
force-pushed
the
render-readme-member-tables
branch
2 times, most recently
from
April 28, 2026 11:49
993d728 to
b4ec42e
Compare
jezdez
force-pushed
the
rework-pre-commit
branch
from
April 28, 2026 11:55
3b71c6c to
279fa59
Compare
jezdez
force-pushed
the
render-readme-member-tables
branch
2 times, most recently
from
April 28, 2026 12:00
ce3f0af to
7d94beb
Compare
Member
Member
Author
|
@pavelzw Sure, do you have time to rebase it? |
Member
|
Only after #422 |
Member
|
#422 is in! |
pavelzw
force-pushed
the
render-readme-member-tables
branch
from
August 5, 2026 17:23
7d94beb to
cc5dd6e
Compare
pavelzw
approved these changes
Aug 5, 2026
pavelzw
marked this pull request as ready for review
August 5, 2026 17:35
jaimergp
approved these changes
Aug 6, 2026
jaimergp
approved these changes
Aug 6, 2026
jaimergp
left a comment
Member
There was a problem hiding this comment.
Lovely, thanks! It would be amazing if we could also generate the CSV for helios votes but I can work on that separately now that we have this.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces the
{{ steering_members }}and{{ emeritus_members }}placeholders in the governance policy README with actual markdown tables generated fromsteering.csvandemeritus.csv.Extends the sync script from #374 with
build_table()and two new marker pairs (STEERING-TABLE,EMERITUS-TABLE). Also renames the vote checklist markers toSTEERING-CHECKLISTfor consistency.Drift detection and auto-fix are handled by a
pre-commithook that runspixi run sync_steering_members, replacing the dedicated GitHub Actions workflows.Stacked on top of #380 for the pixi-based pre-commit infrastructure. Will need a re-target to `main` (and a rebase) once #380 lands.