-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Moderation concept for issues on git repositories #12
Comments
Hm ... thats exactly the reason why I dont like this idea. It should be obvios to outsiders that a certain person is blocked. Maybe still show the post with a "Marked as spam" spoiler? |
@jhasse a little question, is you as owner of your project can control your code by PRs, why not you can control your issues from spammers as example? I will explain with example. I hate @bkcsoft and he is owner of this repo, I want to irritate him, then, I will open a lot of Issues spamming and PR's bombs with robots. Today in Github, @bkcsoft can't do anything but close the issues and refuse PR, maybe report to GitHub e maybe Github will ban me. This is strange because @bkcsoft is owner but don't have control of your repository issues. The idea of moderation and just for that, @bkcsoft already have control of your code on repository and with this concept, have control of issues too. Gitlab is studing this case, https://gitlab.com/gitlab-org/gitlab-ce/issues/19313 PS: @bkcsoft I hate you only on example 👍 |
i like to idea to be able to cleanup irrelevant issues (or so to speak), but i'm sure it will take a huge amount of energy to build, implement and manage. i'd be happy to know how many projects implement this moderation system ? |
I think the these kind of attacks should be prevented somewhat automatically (rate limiting, spam filtering) |
Good idea. But I think this will not be the emphasis currently. |
* Adds functions to handle checking out branches and moving files Adds support for checking out a new branch Fix for branch pull requests * Adds methods to get files changes between two commits
Just to add my 2 cents here, I think if this is a not a feature in GitHub, then we shouldn't really try to copy it. |
Ship esbuild binaries for all platforms in tarball
* refactor list files * check if the file is lfs
Hi guys,
Open source projects is amazing, but sometimes, noob users usually more disturb than help and collaborate on issues.
Because this I think that is good idea to implement moderation option on issues, so repo owerns and moderators
may ban user on specific issue or on all repo issues.
Example, I want to ban octocat on my awesome-devops repo on "Add Puffin" because she is spamming on issue,
I can enable ban and put reason "you're not following the rules", then when octocat try to comment,
will not possible, because is banned and will display to octocat "You can't post on this issue, reason: you're not following the rules".
Like this, if octocat is banned on all repo, she can't open new issue and display too "You can't open this issue, reason: I don't like you".
This idea is to prevent this as example: git/git#233
This is only a concept, what you think guys?
Original idea: https://gist.github.com/joubertredrat/05759a27b71a4e2da72f9079edc9694b
Issue on GitLab: https://gitlab.com/gitlab-org/gitlab-ce/issues/19801
Reference: gogs/gogs#3658
The text was updated successfully, but these errors were encountered: