-
-
Notifications
You must be signed in to change notification settings - Fork 27
feat: Added automated meeting issue creation #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
989c7f9
to
150f480
Compare
150f480
to
28a8e22
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@wesleytodd once you set up the templates you don't have to remember. It's run from a cron ojb and it automatically finds entries on the calendar, generates the meeting including issues tagged for the agenda along with the google doc for the minutes. @bnb is also working on a GitHub action version of it. In any case its up to you how you generate the meetings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@mhdawson I met with @wesleytodd last week and we’re going to be combining our efforts since they are very similar :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I, and @bnb, think that inverting this relationship will be a good thing. This proposed solution would make the calendar event an outcome from the configuration committed to the repo.
I will be moving my repo into I will merge this for now, and once it is moved and the work consolidated I will update here. |
In an effort to prevent forgetting to create the meeting issue again, I made a little automation. This should automatically create the meeting issues a week before the meeting. You can see the action code here: https://github.com/wesleytodd/meeting-maker
@mhdawson I was thinking a bit about the automation you use, and since it requires remembering to run it, I was pretty sure I would forget 😛. Maybe there are also opportunities to integrate this better into what you have.
Anyone have thoughts on this approach?