Skip to content

feat: Add job_interruptible option to danger-review template

Manuel Adarve requested to merge (removed):main into main
  • Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA

When using the danger-review component on Merge Requests, the job is by default not interruptible, this makes the feature of Auto-cancel redundant pipelines to break, since the danger-review is executed immediately on DAG pipelines, possibly incurring in additional costs of development pipelines when adding this component.

  • Update README.md with new job_interruptible input description
  • Modify template.yml to include job_interruptible parameter and apply it to the danger-review job
Edited by Manuel Adarve

Merge request reports

Loading