gitlab-org--gitlab-foss/changelogs/unreleased/sh-validate-path-project-import.yml
Stan Hu 57dc5a521b Avoid leaving a push event empty if payload cannot be created
If the payload cannot be created for some reason, we could be left with a nil
push event payload, which causes Error 500s when viewing the dashboard. Guard
against this error and log when it happens.

Avoids problems seen in #38823
2018-01-03 22:49:02 -08:00

5 lines
108 B
YAML

---
title: Avoid leaving a push event empty if payload cannot be created
merge_request:
author:
type: fixed