Skip to content

Commit 1982cca

Browse files
committed
fix: naming
Signed-off-by: exploreriii <133720349+exploreriii@users.noreply.github.com>
1 parent f253712 commit 1982cca

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/scripts/bots/assign-01-gfi-mentor.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@
1212
const fs = require('fs');
1313
const path = require('path');
1414

15-
const {
16-
COMMENT_MARKER,
17-
buildMentorAssignmentComment,
18-
} = require('../lib/comments/assign-mentor-gfi');
15+
const { buildMentorComment, COMMENT_MARKER } =
16+
require('../lib/comments/assign-mentor-gfi');
1917

2018
// Defaults (can be overridden via env)
2119
const MENTOR_TEAM_ALIAS =
@@ -158,7 +156,7 @@ module.exports = async ({ github, context }) => {
158156
// ─────────────────────────────────────────
159157
// Build & post comment (from lib)
160158
// ─────────────────────────────────────────
161-
const body = buildMentorAssignmentComment({
159+
const body = buildMentorComment({
162160
mentee,
163161
mentor,
164162
owner,

0 commit comments

Comments
 (0)