latest 8 messages by glassresistor

+ [2019-08-01T17:51:49Z] glassresistor basically I have a develop branch that deploys to staging and i want to be able to do a PR and merge staging into release without develop and release diverging from each other
+ [2019-08-01T17:45:49Z] glassresistor Is there a way to do a fast forward merge using a PR? this used to be the case but now itll only do a Merge commit even if the branch being merged in is "up to date"
+ [2019-07-25T17:05:36Z] glassresistor is there a way to push a release from a tag on a specific branch? like i have a release and develop branch each of which im going to have deploy to staging and production. but i'd like to set it up so that release can only be a fast forward merge from develop and develop has branch protection with review and test status requirements
+ [2017-03-03T06:22:25Z] glassresistor im trying to figure out how to add a comment to a PR using python with a image in the comment
+ [2017-03-03T06:21:45Z] glassresistor im working on a project whenever i do a PR it spins up a live server runs unit tests, integration, and acceptance tests and also sets of fake data for people to data
+ [2016-04-28T23:22:05Z] glassresistor I'd rather not just set cron to pull every couple of minutes. something like having a webhook trigger a git pull origin master would be great but i'd rather use something off the shelf than write it myself
+ [2016-04-28T23:20:24Z] glassresistor so I'm trying to setup realms-wiki, which is a git based wiki that works off a of local repository. what is the easiest way to have it automatically update whenever a change is made to github?