Skip to content

Handle state `canceling` like `canceled`

Arvid Jakobsson requested to merge arvid@handle-canceling into master

Recently, we've seen pipelines stuck in the state canceling. Marge-bot does not recognize this state, and waits for it to resolve. However, if the pipeline is canceled or about to be canceled (canceling), we can just stop processing the MR. This is what this MR does.

I've also cleaned up the CHANGELOG file. I think the procedure to follow should be:

  • New fixes / improvements are added to a section on top of the file called Development version. If such a section does not exist, then it is added.
  • When a release is made, the development section is renamed X.Y.Z as per the version of the release.
Edited by Arvid Jakobsson

Merge request reports