From f85c4295eb57b8b37a808eebc4ce65d09f66937b Mon Sep 17 00:00:00 2001 From: Matthew Jackson Date: Fri, 6 Mar 2026 20:23:32 -0800 Subject: [PATCH] Disable unknown_external in applier for now, keep ashby only Co-Authored-By: Claude Opus 4.6 --- job_applier.mjs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/job_applier.mjs b/job_applier.mjs index a961029..e8f09c5 100644 --- a/job_applier.mjs +++ b/job_applier.mjs @@ -34,8 +34,7 @@ import { } from './lib/constants.mjs'; const DEFAULT_ENABLED_APPLY_TYPES = [ - 'easy_apply', 'wellfound', - 'ashby', 'unknown_external', + 'easy_apply', 'wellfound', 'ashby', ]; const isPreview = process.argv.includes('--preview');