-
- Downloads
Merge branch 'fix/do-not-add-todo-when-build-allowed-to-fail' into 'master'
Do not create TODO when build is allowed to fail ## What does this MR do? Do not create a TODO when build that failed is allowed to fail. ## Does this MR meet the acceptance criteria? - [x] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - Tests - [x] Added for this feature/bug - [ ] All builds are passing ## What are the relevant issue numbers? Closes #22280 See merge request !7618 Former-commit-id: 77a43827
No related branches found
No related tags found
Showing
- app/models/ci/build.rb 5 additions, 1 deletionapp/models/ci/build.rb
- app/services/merge_requests/add_todo_when_build_fails_service.rb 6 additions, 1 deletion...vices/merge_requests/add_todo_when_build_fails_service.rb
- changelogs/unreleased/fix-do-not-add-todo-when-build-allowed-to-fail.yml 4 additions, 0 deletions...leased/fix-do-not-add-todo-when-build-allowed-to-fail.yml
- doc/workflow/todos.md 4 additions, 2 deletionsdoc/workflow/todos.md
- spec/services/merge_requests/add_todo_when_build_fails_service_spec.rb 28 additions, 5 deletions.../merge_requests/add_todo_when_build_fails_service_spec.rb
Please register or sign in to comment