We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8388448 commit f137215Copy full SHA for f137215
beeai/agents/backport_agent.py
@@ -70,6 +70,8 @@ def render_prompt(input: InputSchema) -> str:
70
'Work inside the repository cloned at "{{ git_repo_basepath }}/{{ package }}"\n'
71
"Download the upstream fix from {{ upstream_fix }}\n"
72
'Store the patch file as "{{ jira_issue }}.patch" in the repository root\n'
73
+ "If directory {{ unpacked_sources }} is not a git repository, run `git init` in it "
74
+ "and create an initial commit\n"
75
"Navigate to the directory {{ unpacked_sources }} and use `git am --reject` "
76
"command to apply the patch {{ jira_issue }}.patch\n"
77
"Resolve all conflicts inside {{ unpacked_sources }} directory and "
0 commit comments