-
Notifications
You must be signed in to change notification settings - Fork 15
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
Create Agenda_Issue.yml #112
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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.
@AmanSarraf many thanks! I left some comments on the action setup. Please take a look.
with: | ||
assignees: "" | ||
labels: "community, meeting" | ||
title: "Community Meeting !" |
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.
I think the date inside the title is relevant, must be included in my opinion.
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.
How can we add the dynamic date to title?
name: Weekly Team Sync | ||
on: | ||
schedule: | ||
- cron: 00 7 * * 1 |
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.
per the issue, this needs to run after the community meeting on Monday. I think here is UTC, so it should be something like 00 17 * * 1
Add things to discuss below | ||
|
||
pinned: true | ||
close-previous: true |
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.
I think this is not desired, sometimes we want to keep the previous issues open until someone puts there a summary or similar of the community call.
Created a workflow yml to automate the Agenda issue creation,
Fixes #79