ansible / ansibullbot

Bot for management of Ansible issues and PRs on GitHub.
GNU General Public License v3.0
203 stars 126 forks source link

Re-run CI on `stale_ci` PRs waiting to be merged. #460

Open mattclay opened 7 years ago

mattclay commented 7 years ago

If a PR is waiting to be merged, but is blocked only due to stale_ci, CI should be re-run.

Depends on #459

jctanner commented 7 years ago

After seeing a burst of new PRs from the filament/lightbulb PRs, I have the impression that we don't have enough shippable resources to handle this.

pilou- commented 7 years ago

The CI could be re-run for pull-requests:

Here is an implementation: #664.

mattclay commented 7 years ago

This feature won't produce bursts of CI jobs since it will only occur when PRs have been approved for merge and are stale.

gundalow commented 6 years ago

@mattclay Is this still an issue?

mattclay commented 6 years ago

I haven't watched recent bot merge behavior closely enough to notice if this is implemented or not.