ethereum / EIP-Bot

A collection of bots that make life easier on editors
Creative Commons Zero v1.0 Universal
41 stars 37 forks source link

Return mock response when file is deleted #132

Closed Pandapip1 closed 2 years ago

Pandapip1 commented 2 years ago

Fixes https://github.com/ethereum/EIP-Bot/issues/63

Treats deleted files as having no content, instead of throwing an error.

Needs testing.