-
Notifications
You must be signed in to change notification settings - Fork 62
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
Replacement for upstream -> forks links creation #85
Comments
Huh, interesting. A couple questions though:
|
I thought that sending emails to to everyone in the fork can generate too much spam for big repositories like 100.000 forks or smaller like 100 or 1000. This is why I opt to not spend time creating code just to spam more people's email. Perhaps the emails spam filters could start tagging backstroke emails as spam, which would not be nice.
As the existing To prevent a mess on the user links list, we can split the links into two sections:
However, does not seem necessary/required as the link creating would be very simple as just pasting the upstream link. The feature
Currently, this feature already does not work as they would expect. The user need explicitly take an action of creating and deleting labels in order for the
That feature could not be helped, as there is not way to deducing the upstream or downstream info to create the links. Then on this case the link creation would be just like it is already. |
Continuing: #84 (comment) Backstroke-bot has been flagged.
Instead of allowing the repositories owners to setup a backstroke link for their forks, we can remove this feature completely and change the way how links are created. The new link creation page should just require the
url/link
oruser_name/repository_name
to the user fork, then it creates everything only with this information. Just a simple link.This could be done because you can infer everything backstroke needs just by the link. The repository upstream or downstream can be derived from the GitHub API with the link, and the link name can be by default the
upsteam_name/repository_name
. The user can change the backstroke link name if the wants to, but why bother? A name asupsteam_name/repository_name
should be more than enough.The text was updated successfully, but these errors were encountered: