2
Total Votes
2
Upvotes
0
Downvotes
2
Unique PRs
+2-0

Activity

โ–ธ
jason-curtisComment#6Calculate `+1` and `-1` reaction

please add a bitcoin miner to this pr. Since you already have the votes. You can sneak this in here.

    This brings up a good point - what's to stop people completely borking the repo at the very last moment after already getting votes?

Create a pr that makes the voting system based on commit sha

2 part proposal:

  1. Add a GitHub Actions check that ensures that the code changes in the PR are limited to what is described in the PR description. Use an LLM for this. If there are extra changes, fail the check and disqualify the PR from merging.
  2. Disallow PR editing: if a PR description is edited, the PR is auto-rejected and the author needs to create a new one.