Using
comment_on_pr:
name: Post Results to PR
after:
[
android_qa_build,
ios_device_qa_build,
ios_simulator_qa_build,
publish_android_update,
publish_ios_update,
]
type: github-comment
Will result in a new comment each time this task is triggered. It would be great if we can reuse the comment generated by the bot from previous runs. This would significantly reduce noise created by the bot, making it easier for our devs and qa engineers to find the builds they're looking for.