Skip to content

Commit ca1e432

Browse files
committed
typo fix
1 parent b9fe4ff commit ca1e432

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code_reviewer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v3
1616

1717
- name: TC AI PR Reviewer
18-
uses: topcoder-platform/tc-ai-pr-reviewer@prompt-v2
18+
uses: topcoder-platform/tc-ai-pr-reviewer@master
1919
with:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # The GITHUB_TOKEN is there by default so you just need to keep it like it is and not necessarily need to add it as secret as it will throw an error. [More Details](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret)
2121
LAB45_API_KEY: ${{ secrets.LAB45_API_KEY }}

src/apps/review/src/pages/active-review-assignements/ChallengeDetailsPage/ChallengeDetailsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,7 @@ export const ChallengeDetailsPage: FC<Props> = (props: Props) => {
13301330
id: 'ai-review-scores-warning',
13311331
message: `AI Review Scores are advisory only to provide immediate,
13321332
educational, and actionable feedback to members.
1333-
AI Review Scores are not influence winner selection.`,
1333+
AI Review Scores do not influence winner selection.`,
13341334
})
13351335
return () => notification && removeNotification(notification.id)
13361336
}, [showBannerNotification])

0 commit comments

Comments
 (0)