mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-20 21:50:27 +02:00
Backport #34575 by @badhezi Fixes https://github.com/go-gitea/gitea/issues/34560 explanation of the bug in the issue setting `issue.isLabelsLoaded = false` before calling `deleteIssueLabel` guarantee we will load the new state of the labels into the issue object before sending it in the webhook. Co-authored-by: badhezi <zlilaharon@gmail.com>