Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gitvote for automated voting process #9

Merged
merged 1 commit into from
Jul 16, 2024
Merged
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
19 changes: 19 additions & 0 deletions .gitvote.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Configuration file for GitVote

profiles:
default:
duration: 4w # Voting duration - How long the vote will be open
pass_threshold: 75 # Percentage of votes in favor required to pass
periodic_status_check: "1 week" # Check the status of the vote every week
close_on_passing: true # Close the vote if it passes
allowed_voters: # Who can vote
teams:
- tsc

# Available Commands:
# - /vote : Create a new vote
# - /check-vote : Check the status of an existing vote
# - /cancel-vote : Cancel an ongoing vote

# For more information, visit:
# https://github.com/cncf/gitvote?tab=readme-ov-file#gitvote