mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Remove duplicate PR link in issue fixer workflow (#5638)
This commit is contained in:
parent
14473ea1e9
commit
10f3e30126
3 changed files with 3 additions and 3 deletions
|
|
@ -94,7 +94,7 @@
|
|||
<after_creation>
|
||||
1. Comment on original issue with PR link:
|
||||
<execute_command>
|
||||
<command>gh issue comment [issue-number] --repo [owner]/[repo] --body "PR #[pr-number] has been created to address this issue: [PR URL]"</command>
|
||||
<command>gh issue comment [issue-number] --repo [owner]/[repo] --body "PR #[pr-number] has been created to address this issue"</command>
|
||||
</execute_command>
|
||||
2. Inform user of successful creation
|
||||
3. Provide next steps and tracking info
|
||||
|
|
|
|||
|
|
@ -478,7 +478,7 @@
|
|||
3. Inform the user of the successful creation
|
||||
|
||||
<execute_command>
|
||||
<command>gh issue comment [original issue number] --repo [owner]/[repo] --body "PR #[new PR number] has been created to address this issue: [PR URL]"</command>
|
||||
<command>gh issue comment [original issue number] --repo [owner]/[repo] --body "PR #[new PR number] has been created to address this issue"</command>
|
||||
</execute_command>
|
||||
|
||||
Final message to user:
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
<after_creation>
|
||||
1. Comment on original issue with PR link:
|
||||
<execute_command>
|
||||
<command>gh issue comment [issue-number] --repo [owner]/[repo] --body "PR #[pr-number] has been created to address this issue: [PR URL]"</command>
|
||||
<command>gh issue comment [issue-number] --repo [owner]/[repo] --body "PR #[pr-number] has been created to address this issue"</command>
|
||||
</execute_command>
|
||||
2. Inform user of successful creation
|
||||
3. Provide next steps and tracking info
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue