Skip to content

Commit 4f8b853

Browse files
authored
Merge pull request #115 from exploreriii/shared-libraries-guards
fix: naming
2 parents f9452ce + 1982cca commit 4f8b853

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)