Replies: 1 comment 2 replies
-
|
Yeah I think this will be a really important feature, though I have put very little time into thinking about it yet. I guess this is similar to vouch right? This is metadata that can be stored in repos, just like issues/PRs/etc. However, it may need to be stored in a separate repo for each user, rather than in specific project repos. BTW I'm going to convert this to a discussion. Thanks for bringing this topic up. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A new and pretty common issue is slop PRs. Some community projects are having big issues with this.
What if Haxy had first class support for trust rings or something similar? I don't know exactly how it would work, but something like a feature you can opt into that disables public PRs and only identities present in the ring(s) you've linked to your project are allowed to create PRs.
Maybe Haxy could even maintain its own ring that users can use as a starting point?
Different rings would have their own rules. An example could be a ring where you can only be added added by an existing member (by having them sign and commit your public key), and if you misbehave (e.g., try to commit slop and it is reported to the ring maintainers) you and the member that approved you are both removed from the ring.
Don't know if the effort is worth the outcome, but figured I'd drop an issue here anyway.
Beta Was this translation helpful? Give feedback.
All reactions