cloudflavor / oscar

A GitOps automation bot for VCS misc tasks
Apache License 2.0
0 stars 0 forks source link

Merge commands only execute if all jobs passed. #30

Closed PI-Victor closed 3 months ago

PI-Victor commented 3 months ago

Context

The /merge command does not account for failed jobs for the PR.

Description

Currently if you issue a /merge command, it will merge the PR without checking if the workflow jobs passed.

Acceptance Criteria

The bot checks if the jobs all passed, and if not comments that it cannot merge with failed jobs. Should this have the feature to be overwritten?

PI-Victor commented 3 months ago

/triage /assign

linear[bot] commented 3 months ago

CLO-48 Merge commands only execute if all jobs passed.