Comment on Using Bots to Solve Developer DrudgeryparentComments−avitzurelOP7yGreat questioncommitbot and mergebot both go through CI first and are linked to the github health checks.Mergebot will not merge a PR if it fails the tests, commitbot only generates the PR (which goes through tests like any other commit).
Comments
Great question
commitbot and mergebot both go through CI first and are linked to the github health checks.
Mergebot will not merge a PR if it fails the tests, commitbot only generates the PR (which goes through tests like any other commit).