fathomlondon / devlinks-bot

A Slack Bot App to help manage dev links
1 stars 0 forks source link

Prevent adding duplicated links #11

Closed peduarte closed 6 years ago

peduarte commented 6 years ago

I just tested saving a link which already existed, and it still creates a PR.

You can see the closed PR here: https://github.com/fathomlondon/dev/pull/8

Not sure how we should handle this, but I'd be keen to avoid having duplicated stuff.

benoitgrelard commented 6 years ago

Yes we should be able to parse the file content to check if a link already exists in the file.