Skip to content

ci: remove mergify from release notes by ankush [frappe] PR#41475

Bot Dokos requested to merge ft-pr-41475 into develop

From: https://github.com/frappe/erpnext/pull/41475
Date: 2024-05-15 07:17:05+00:00



Diagnostics

Conflicts detected for source commit: 7a47b2157b98851bab4661fc248c88d237763cfa
- DU .github/workflows/release_notes.yml
Cleaning files from denylist:
 .github/workflows/release_notes.yml | 42 +++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-41475

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-41475

# 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

Merge request reports