Fail peacefully when issue cannot be loaded
Open
bug
- Dominant language
- Python
- Stars
- 19
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
Currently throwing an error like this when the issue or project is deleted:
```
Failed to load task 6317910194651136 url https://gitlab.com/gitmate/open-source/gitmate-2-frontend/issues/73: 'NoneType' object has no attribute 'assignees'
```
We should still warn that the issue could not be loaded, but not cause builds to fail because of it.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.