Skip to content

ci: fix labeller by ankush [frappe] PR#24935

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

From: https://github.com/frappe/frappe/pull/24935
Date: 2024-02-19 07:40:59+00:00



Diagnostics

Conflicts detected for source commit: 931e1d64a2ccd4a48e4c97b280234f73d2acd9b8
- DU .github/labeler.yml
- DU .github/workflows/labeller.yml
Cleaning files from denylist:
 .github/labeler.yml            | 10 ++++++++++
 .github/workflows/labeller.yml | 18 ++++++++++++++++++
 2 files changed, 28 insertions(+)



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

# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports