+[2017-03-10T17:20:27Z]kbswhat I mean (in case I wasn't clear :) - the commentor would like the pull requestor to modify something before accepting it, and also provides a snippet of code for the desired change +[2017-03-10T20:55:42Z]nedbatkbs: sounds like a pull request into the pull request. You can do that by making a pull request into the branch of the pull request. +[2017-03-10T21:31:57Z]Koopzdoes github have a filter for state:conflict? +[2017-03-10T21:32:20Z]Koopzin case i want to see if any of my PRs are conflicting +[2017-03-10T22:13:44Z]kbsnedbat: ah, interesting - thanks for that idea. Ideally I'd prefer to have this as a comment which the original requestor can choose to apply [context, automated robot that does static analysis with suggested fixes] but I will experiment how github renders a pull request on a pull request.
nah, I get use to it :) but it feels so got when you ask and get super answer right the way
+[2017-03-11T05:53:55Z]sparrhow can I find the repo/branch/etc for a github.io site? +[2017-03-11T05:56:21Z]preactionsparr: github.com/<username>. then start guessing +[2017-03-11T07:28:48Z]significanceHow can I automatically deploy on push to GitHub? +[2017-03-11T07:29:03Z]significanceNothing fancy -- just swap the code and restart a single python script +[2017-03-11T07:31:11Z]significanceI've seen webhooks, but the problem is that the server I'm deploying to is local, and doesn't have a URL