In GitHub, It would be nice if we had the ability to trigger a PR build based PR comments. Being able to reply to a PR “@bitriseFoobot please build” (or something to that effect).
Why is this important? Sometimes a PR might receive many updates from creation to completion, and each individual push may not be intended to finalize the request (after all, developers are pushing updates to a branch). To reduce the number of unnecessary builds, using a single trigger on creation, then comment-based triggers as-needed might be a good solution. This also gets around a requirement for everyone to have (and actively use) bitrise accounts simply to kick off another PR check. I would just assume the bot would trigger a build based off the predetermined triggers. Perhaps additional trigger “keywords” could be implemented