+[6 years ago]jlkhttps://developer.github.com/v3/apps/permissions/#permission-on-issues +[6 years ago]flipchanyeah, write POST /repos/:owner/:repo/issues (:write) +[6 years ago]flipchanis there a certain timezone that should be used for https://developer.github.com/apps/building-github-apps/authenticating-with-github-apps/ +[6 years ago]flipchannm +[6 years ago]flipchansolved it
+[6 years ago]oldandwisehow can we tell when did a git branch was pushed to remote? +[6 years ago]jlkThat isn't really recorded in git metadata +[6 years ago]darkfreewaySo when someone opens a Pull Request, they still can work on that branch and still push into that branch, which is automatically reflected in the Pull Request. +[6 years ago]darkfreewayThis kinda creates a race condition with a reviewer and the developer. Let's say reviewer wants to merge it, and spends some time reviewing the Pull Request. +[6 years ago]darkfreewayAnd when everything looks good, merges the Pull Request, but a developer who now wants to work on a different feature on the same branch, pushed new changes right before reviewer merged.