Ignore specified namespaces when bug is closed or tagged as pending
The new skip_push? method can check that one pushes into WIP branches (or any other defined in URL parameters), and if so, the web-hook ignores such updates.
To specify your own prefixes of ignored branches, use URL like this:
https://webhook.salsa.debian.org/tagpending/PACKAGE?ignored-namespaces=example,abc,test
It allows to ignore updates in the following branches: example[/_-].*, abc[/_-].*, test[/_-].* (or exact matches: example, abc or test). Default value is wip.
Also I've modified author's email of automatic notifications to publisher's one. This is useful when you apply patches of other people.