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

Could not automatically backport #1864 #1869

Closed
github-actions bot opened this issue Dec 1, 2021 · 0 comments
Closed

Could not automatically backport #1864 #1869

github-actions bot opened this issue Dec 1, 2021 · 0 comments

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Dec 1, 2021

Exception occurred when trying to cherry-pick PR #1864.
Please cherry-pick it manually.

Traceback (most recent call last):
  File "/action/helpers.py", line 17, in git
    command_run = subprocess.run(["git", *args], stdout=subprocess.PIPE, stderr=subprocess.PIPE, check=True)
  File "/usr/local/lib/python3.8/subprocess.py", line 516, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['git', 'cherry-pick', '095b87a320e73ba267c81d1eaac39d2e5011d0ba']' returned non-zero exit status 128.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/action/main.py", line 30, in backport_commits
    git("cherry-pick", commit_hash)
  File "/action/helpers.py", line 26, in git
    raise GitException(output)
helpers.GitException: error: commit 095b87a320e73ba267c81d1eaac39d2e5011d0ba is a merge but no -m option was given.
fatal: cherry-pick failed


During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/action/main.py", line 72, in <module>
    entrypoint(
  File "/action/main.py", line 48, in entrypoint
    new_branch = backport_commits(commits_to_backport, base_branch, pr_branch)
  File "/action/main.py", line 33, in backport_commits
    raise RuntimeError("Could not cherry pick at least one commit automatically.")
RuntimeError: Could not cherry pick at least one commit automatically.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant