From c3e2bf6066d72b2a94e056fd0b6e8d91b06136ca Mon Sep 17 00:00:00 2001 From: Steven Presti <47181335+prestist@users.noreply.github.com> Date: Thu, 1 Feb 2024 10:54:44 -0500 Subject: [PATCH] README.md: add hosting rotation file With the meeting occurring once a week, lets add a rotation to encourage volunteers. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe0c1e2..db9df57 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,10 @@ Working days: non-holiday weekdays. Relevant holidays are the national holidays - Compile them using `npm run bundle` which produces `.js` files - Commit the `.ts` and `.js` files +## Hosts + +The running list is [here](https://hackmd.io/@4rqq1dsYSVuBswOHTKSIBA/ByDq2EK5p). If you would like to host, add your self to the rotation with a new date! + ### Note -The action uses the `.js` files to run the action, and are found in the `dist` directory. The `.ts` files are used for development purposes only. \ No newline at end of file +The action uses the `.js` files to run the action, and are found in the `dist` directory. The `.ts` files are used for development purposes only.