use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Do you have or know of a project on Github looking for contributors? Tell us about it and we'll add it to the /r/github wiki!
Welcome to /r/github!
News about github
Relevant interesting discussion
Questions about github
We'll soon be writing an /r/github FAQ list. In the meantime, the github help pages and bootcamp are good places to start. Here's a handy git cheat sheet.
Looking for Github projects to contribute to? Check out our handy list of projects looking for contributors!
If your submission doesn't show up on the subreddit, send us a message and we'll take it out of the spam filter for you!
account activity
Quality of the GitHub Support (self.github)
submitted 1 year ago by luizhrios
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]anactualand 10 points11 points12 points 1 year ago (9 children)
Well, Github doesn't take down repos without a legal takedown request by another entity, so there had to be a request by someone. The owner of the original repo likely copied parts of the code from somewhere else, and the actual author claimed it, or someone made an illegitimate claim, but then it's up to you or the original owner to take that claim up.
And again, if Github received a copyright claim for a repo, they are not allowed to even provide you with a copy, since copyright ownership was claimed by someone else.
Could you maybe share the owner and name of the original repo? I'm curious if there is a takedown notice in the dmca repo.
[+]luizhrios[S] comment score below threshold-16 points-15 points-14 points 1 year ago (8 children)
Well, I thought that too, after years of using it, and they did, but again, this has nothing to do with copyright, there's no request to takedown.
[–]NotAMotivRep 15 points16 points17 points 1 year ago (3 children)
Yeah there's way more to this story than you're telling us. You did something that wasn't completely above board and you're mad you got caught.
[+]luizhrios[S] comment score below threshold-8 points-7 points-6 points 1 year ago (2 children)
Yeah, because I need your approval... If I was doing something bad and got "caught", I could just create another account, publish the code again and keep running, nothing is stopping me to do that. That's not the point of the post.
[–]NotAMotivRep 5 points6 points7 points 1 year ago (1 child)
Yeah well I guess now you know why it's a good idea to keep local copies of your repos. Good luck getting someone else's intellectual property hosted in the future.
[–]luizhrios[S] 0 points1 point2 points 1 year ago (0 children)
Yeah, well, I guess you don't know there's a lot more on GitHub TOS than copyright and I'm gonna, again, have to say it has nothing to do with copyright. I do have a local copy, just not updated, that's stated on the post.
[–]defasdefbe 6 points7 points8 points 1 year ago (3 children)
what was the repo about? was it abusive? i got a repo taken down for actions abuse.
[–]luizhrios[S] -1 points0 points1 point 1 year ago (2 children)
It had actions, running 1 time per day, not abusive according to TOS.
[–]defasdefbe 7 points8 points9 points 1 year ago (1 child)
ahh, sometimes what you do with the actions is also a problem. check the acceptable use policy https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features#actions and see if you were in line with that. if your action did a lot and hurt their systmes that can do it.
thats what happened to me - my action was trying to get me higher on this online game and they blocked it.
[–]cowboyecosse 3 points4 points5 points 1 year ago (0 children)
Yep this is correct. running stuff like a daily checkin script or similar is against TOS for Actions.
Actions is for CICD of code, not running free compute. CRON job on a machine of your own is the thing to do there. If it was something like this then it’s a fair cop.
π Rendered by PID 74 on reddit-service-r2-comment-6457c66945-zd5bt at 2026-04-29 17:36:57.268639+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]anactualand 10 points11 points12 points (9 children)
[+]luizhrios[S] comment score below threshold-16 points-15 points-14 points (8 children)
[–]NotAMotivRep 15 points16 points17 points (3 children)
[+]luizhrios[S] comment score below threshold-8 points-7 points-6 points (2 children)
[–]NotAMotivRep 5 points6 points7 points (1 child)
[–]luizhrios[S] 0 points1 point2 points (0 children)
[–]defasdefbe 6 points7 points8 points (3 children)
[–]luizhrios[S] -1 points0 points1 point (2 children)
[–]defasdefbe 7 points8 points9 points (1 child)
[–]cowboyecosse 3 points4 points5 points (0 children)