ci: skip UI test for PO files by ankush [frappe] PR#24581
From: https://github.com/frappe/frappe/pull/24581
Date: 2024-01-29 18:08:02+00:00
Diagnostics
Conflicts detected for source commit: 4dce9d0d3711c74cff05c15f1f8eb2bb2e00da5d
- DU .github/helper/roulette.py
Cleaning files from denylist:
.github/helper/roulette.py | 147 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 147 insertions(+)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-24581
# 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