Skip to content

Don't re-registed tagpending or kgb webhooks if they already exist

While reviewing settings in d2, I noticed the webhooks were duplicated:

image

This is probably because Flight Deck was checking if the existing webhooks are fully identical and if not, assumed they need to be created. Perhaps it should only check if a webhook with prefix https://webhook.salsa.debian.org/tagpending exists and only if not create one?