Skip to content

Commit 50a1cf3

Browse files
committed
fix: path
Signed-off-by: exploreriii <133720349+exploreriii@users.noreply.github.com>
1 parent 55fd43d commit 50a1cf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bot-good-first-issue-candidate-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd #v8.0.0
2626
with:
2727
script: |
28-
const script = require('./.github/scripts/bots/bot-good-first-issue-candidate-checker.js');
28+
const script = require('./.github/scripts/bots/reject-good-first-issue-candidates.js');
2929
await script({ github, context });

0 commit comments

Comments
 (0)