Skip to content

Commit

Permalink
Update rag_issue_manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cobycloud authored Dec 18, 2024
1 parent e335738 commit a9c3c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/rag_issue_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def create_issue(test, package):
- **Matrix Package**: [{package}](https://github.com/{REPO}/tree/{HEAD_BRANCH}/pkgs/{package})
- **Component**: [{comp_file_url}](https://github.com/{REPO}/tree/{HEAD_BRANCH}/{comp_file_url})
- **Test File**: [{test_file_url}](https://github.com/{REPO}/tree/{HEAD_BRANCH}/{test_file_url})
- **Branch**: [{HEAD_BRANCH}](https://github.com/{REPO}/tree/{HEAD_BRANCH}) => [{BASE_BRANCH}](https://github.com/{REPO}/tree/{BASE_BRANCH})
- **Branches**: [{HEAD_BRANCH}](https://github.com/{REPO}/tree/{HEAD_BRANCH}) ==> [{BASE_BRANCH}](https://github.com/{REPO}/tree/{BASE_BRANCH})
- **Changes**: [View Changes](https://github.com/{REPO}/commit/{COMMIT_SHA})
- **Files**: [View Files](https://github.com/{REPO}/tree/{COMMIT_SHA})
- **Workflow Run**: [View Run]({WORKFLOW_RUN_URL})
Expand Down Expand Up @@ -181,7 +181,7 @@ def add_comment_to_issue(issue_number, test, package):
- **Matrix Package**: [{package}](https://github.com/{REPO}/tree/{HEAD_BRANCH}/pkgs/{package})
- **Component**: [{comp_file_url}](https://github.com/{REPO}/tree/{HEAD_BRANCH}/{comp_file_url})
- **Test File**: [{test_file_url}](https://github.com/{REPO}/tree/{HEAD_BRANCH}/{test_file_url})
- **Branch**: [{HEAD_BRANCH}](https://github.com/{REPO}/tree/{HEAD_BRANCH}) => [{BASE_BRANCH}](https://github.com/{REPO}/tree/{BASE_BRANCH})
- **Branches**: [{HEAD_BRANCH}](https://github.com/{REPO}/tree/{HEAD_BRANCH}) ==> [{BASE_BRANCH}](https://github.com/{REPO}/tree/{BASE_BRANCH})
- **Changes**: [View Changes](https://github.com/{REPO}/commit/{COMMIT_SHA})
- **Files**: [View Files](https://github.com/{REPO}/tree/{COMMIT_SHA})
- **Workflow Run**: [View Run]({WORKFLOW_RUN_URL})
Expand Down

0 comments on commit a9c3c0f

Please sign in to comment.