maubot / gitlab

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

Make `lock_on_merge` optional #74

Closed anarute closed 2 months ago

anarute commented 2 months ago

Recently Gitlab deprecated this column which caused issues that have label to start failing. This patch makes this property optional so bot can still work with previous GitLab versions and the more recent ones.

More background on the column removal: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/145446#note_1851829125

Closes https://github.com/maubot/gitlab/issues/73

tulir commented 2 months ago

It's already optional 🤔