Exciting news: our bot can count votes! #100
ebullient
announced in
Announcements
Replies: 1 comment
-
This is also the 100th issue/discussion/PR thing. How cool is that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We've introduced a bot to automate parts of our voting process.
Here's how it simplifies our decision-making:
Targeted Voting: It counts votes specifically from different groups within our organization like the cf-council, egc, founders, or general members.
Flexible Voting Criteria: It supports various voting methods, including Martha's rules (approve, okay, revise), unique comments, or any type of reaction.
How this works (item == PR or discussion):
vote/open
, the posts a summary comment and adds a link to this summary at the top of the discussion/PR description. This link also includes a visual indicator of the voting status.vote/open
label, and will update its comment with the current status (how many votes in total, how many from the target/required group).The bot already sends emails to the announce list when labels (
notice
,vote/open
) are added to items.We're still fine-tuning the process for concluding a vote, but the counting mechanism is excellent.
See it in action here:
vote/quorum
label was added by bot, as everyone in thefounders
group responded (thank you!). A status indicator link was also added to the top of the description.Updates to the website look and feel are coming soon. ;)
Beta Was this translation helpful? Give feedback.
All reactions