Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve fail message #2

Open
petricm opened this issue Jun 10, 2021 · 0 comments
Open

Improve fail message #2

petricm opened this issue Jun 10, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@petricm
Copy link

petricm commented Jun 10, 2021

something like

git fetch upstream
git checkout upstream/rel-v7r1 -b cherry-pick-2-511b62fe5-rel-v7r1
git cherry-pick -m 1 511b62fe5
git status
# Fix the conflicts
git cherry-pick --continue
# If you have the GitHub CLI installed the PR can be made with
gh pr create \
     --label 'sweep:from rel-v7r2' \
     --base rel-v7r1 \
     --repo DIRACGrid-test/DIRAC \
     --title 'Sweeping #47 from rel-v7r2 to rel-v7r1. Optimise ClassAd.asJDL' \
     --body 'Optimise ClassAd.asJDL (#47)


Adding original author @chrisburr as watcher.'
@petricm petricm added the enhancement New feature or request label Jun 10, 2021
chrisburr added a commit to chrisburr/pr-sweeper that referenced this issue Oct 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant