openjs-foundation / cross-project-council

OpenJS Foundation Cross Project Council
https://openjsf.org/
MIT License
446 stars 152 forks source link

Setup auto-generated issues for scheduled actions (elections, etc) #610

Open joesepi opened 4 years ago

joesepi commented 4 years ago

We should have auto-generated issues for election of chair, directors and voting members. We can also do the same for other things like the annual review process and such.

MylesBorins commented 4 years ago

We could potentially use a scheduled action for this

https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events

mmarchini commented 4 years ago

https://github.com/pkgjs/meet might be a good GH Action to use for that, it easily creates issues based on custom templates (the Node.js Package WG uses it for their weekly meetings and we're considering trying it on the Diagnostics WG as well).