We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f231895 commit 4f6430cCopy full SHA for 4f6430c
.github/scripts/bot-beginner-assign-on-comment.js
@@ -57,7 +57,7 @@ const fs = require("fs");
57
58
const SPAM_LIST_PATH = ".github/spam-list.txt";
59
const REQUIRED_GFI_COUNT = 1;
60
-const GFI_LABEL = 'Good First Issue';
+const GFI_LABEL = 'good first issue';
61
const BEGINNER_GUARD_MARKER = '<!-- beginner-gfi-guard -->';
62
63
function isSafeSearchToken(value) {
0 commit comments