Skip to content

Commit 4f6430c

Browse files
authored
Chore : Renamed gfi label
Signed-off-by: Parv <ninamaparv@gmail.com>
1 parent f231895 commit 4f6430c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/bot-beginner-assign-on-comment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const fs = require("fs");
5757

5858
const SPAM_LIST_PATH = ".github/spam-list.txt";
5959
const REQUIRED_GFI_COUNT = 1;
60-
const GFI_LABEL = 'Good First Issue';
60+
const GFI_LABEL = 'good first issue';
6161
const BEGINNER_GUARD_MARKER = '<!-- beginner-gfi-guard -->';
6262

6363
function isSafeSearchToken(value) {

0 commit comments

Comments
 (0)