From e9bc43cc7aaf0eab7e4520f11e59d53d93d8b38f Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Thu, 10 Oct 2024 13:05:28 -0600 Subject: [PATCH] add TODOs, https://github.com/phetsims/chipper/issues/1461 --- js/grunt/tasks/maintenance-check-branch-status.ts | 1 + js/grunt/tasks/maintenance-create-patch.ts | 1 + js/grunt/tasks/maintenance-list.ts | 1 + 3 files changed, 3 insertions(+) diff --git a/js/grunt/tasks/maintenance-check-branch-status.ts b/js/grunt/tasks/maintenance-check-branch-status.ts index c65f6e87..4da21355 100644 --- a/js/grunt/tasks/maintenance-check-branch-status.ts +++ b/js/grunt/tasks/maintenance-check-branch-status.ts @@ -10,4 +10,5 @@ import Maintenance from '../../common/Maintenance'; winston.default.transports.console.level = 'error'; +// TODO: Does this belong in grunt? See https://github.com/phetsims/chipper/issues/1461 ( async () => Maintenance.checkBranchStatus() )(); \ No newline at end of file diff --git a/js/grunt/tasks/maintenance-create-patch.ts b/js/grunt/tasks/maintenance-create-patch.ts index c65f6e87..4da21355 100644 --- a/js/grunt/tasks/maintenance-create-patch.ts +++ b/js/grunt/tasks/maintenance-create-patch.ts @@ -10,4 +10,5 @@ import Maintenance from '../../common/Maintenance'; winston.default.transports.console.level = 'error'; +// TODO: Does this belong in grunt? See https://github.com/phetsims/chipper/issues/1461 ( async () => Maintenance.checkBranchStatus() )(); \ No newline at end of file diff --git a/js/grunt/tasks/maintenance-list.ts b/js/grunt/tasks/maintenance-list.ts index e2860e64..6070aec8 100644 --- a/js/grunt/tasks/maintenance-list.ts +++ b/js/grunt/tasks/maintenance-list.ts @@ -6,4 +6,5 @@ */ import Maintenance from '../../common/Maintenance'; +// TODO: Does this belong in grunt? See https://github.com/phetsims/chipper/issues/1461 ( async () => Maintenance.list() )(); \ No newline at end of file