feat: publish comment from desk by barredterra [frappe] PR#32256
From: https://github.com/frappe/frappe/pull/32256
Date: 2025-04-24 13:57:50+02:00
- feat: publish comment from desk (#32256)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-32256
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-32256
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease