feat: add automation control policies

This commit is contained in:
Sucukdeluxe
2026-08-26 08:51:26 +02:00
parent 8c89077d2f
commit 9bc872bc00
5 changed files with 441 additions and 1 deletions
+2
View File
@@ -19,6 +19,7 @@ const sourceFiles = [
`${publicActionsDir}/workflows/ci.yml`,
'lib/account-auth.js',
'lib/account-rotation.js',
'lib/automation-control.js',
'lib/backup-crypto.js',
'lib/clouddrop-upload.js',
'lib/coalesced-set.js',
@@ -96,6 +97,7 @@ const sourceFiles = [
'tests/account-auth.test.js',
'tests/account-rotation.test.js',
'tests/account-status.test.js',
'tests/automation-control.test.js',
'tests/auto-resume.test.js',
'tests/backup-crypto.test.js',
'tests/byse-reject-recovery.test.js',