Skip to content
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

Bi weekly webhook #12

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Bi weekly webhook #12

wants to merge 3 commits into from

Conversation

devleejb
Copy link
Member

We have bi-weekly meetings on Saturdays.
Since it’s a hassle to manually send reminders every time, I added a GitHub Action to automatically send the message every other week.

Before merging, make sure to add DISCORD_WEBHOOK to the repository secrets.

@devleejb devleejb requested review from hackerwins and krapie January 30, 2025 08:15
@devleejb devleejb self-assigned this Jan 30, 2025
Copy link
Member

@krapie krapie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your quick implementation!
I have left some comments below.

BTW, can we modify the message created by this Discord bot? If that is possible, we will be able to update the CodePair link after the bot generates the message.

.github/workflows/bi-weekly.yml Show resolved Hide resolved
.github/workflows/bi-weekly.yml Show resolved Hide resolved
@krapie
Copy link
Member

krapie commented Jan 30, 2025

Before merging, make sure to add DISCORD_WEBHOOK to the repository secrets.

Added DISCORD_WEBHOOK.

image

@devleejb
Copy link
Member Author

BTW, can we modify the message created by this Discord bot? If that is possible, we will be able to update the CodePair link after the bot generates the message.

It seems difficult to modify messages created by the Webhook. For now, I think we can add the CodePair document URL using a Discord thread.

In the future, I’d like to implement a document creation REST API in CodePair and automate the bi-weekly document creation process.

@devleejb devleejb requested a review from krapie January 31, 2025 04:38
Copy link
Member

@krapie krapie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

It seems difficult to modify messages created by the Webhook. For now, I think we can add the CodePair document URL using a Discord thread.

Then how about just remove the link for CodePair link for now, and mention it when we actually start the weekly sync?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants