maubot / gitlab

A GitLab client and webhook receiver for maubot.
GNU Affero General Public License v3.0
95 stars 30 forks source link

Tolerate label attribute `lock_on_merge` #70

Closed sumpfralle closed 7 months ago

sumpfralle commented 11 months ago

In GitLab v16.3 the new label lock_on_merge was introduced (behind a feature flag).

We should tolerate this flag, if it appears in a webhook payload. Previously the deserialization of the webhook payload failed.

sumpfralle commented 11 months ago

Sorry, this is just a duplicate of #69.