diff --git a/scripts/action-request.mjs b/scripts/action-request.mjs index 881d743..2123b13 100644 --- a/scripts/action-request.mjs +++ b/scripts/action-request.mjs @@ -41,7 +41,7 @@ const REGISTRY = { merge_pr: { risk: 'medium', build(o) { - const ALLOWED = ['ThinkOffApp/antfarm', 'ThinkOffApp/xfor', 'ThinkOffApp/codewatch-site']; + const ALLOWED = ['ThinkOffApp/antfarm', 'ThinkOffApp/xfor', 'ThinkOffApp/codewatch-site', 'ThinkOffApp/CodeWatch']; const repo = o.repo; const pr = Number(o.pr); const base = o.base || 'main'; diff --git a/src/confirmations.mjs b/src/confirmations.mjs index 9806aa8..add0f02 100644 --- a/src/confirmations.mjs +++ b/src/confirmations.mjs @@ -34,6 +34,7 @@ const ACTION_REPOS = new Set([ 'ThinkOffApp/antfarm', 'ThinkOffApp/xfor', 'ThinkOffApp/codewatch-site', + 'ThinkOffApp/CodeWatch', ]); const TERMINAL_ACTION_STATUSES = new Set(['merged', 'failed', 'denied', 'expired']);