Closed MFauzanAP closed 5 months ago
Discord channel for each subsystem which is open to anyone so others can get updated on what others are doing, they can mute it as well if it gets too annoying, maybe we can make it muted by default but idk if thats a thing on discord
You can listen to events on GitHub using webhooks, see here. They even include data about the issue, so theoretically you can do something like this:
// data obtained whenever the issue-comment event is sent
const payload = ...
// send update to each subsystem channel
payload.issue.labels.forEach((label) => {
...
});
Setup webhooks for each team + the general stuff
Tst new config
tst 2
Currently this way all updates will be put in one channel, not sure if its the best idea bcs you cant mute notifs for a single subsystem
seems like it is very limited when it comes to what can be seperated
seems like it is very limited when it comes to what can be seperated
If we want to separate the notifs I think we have no choice but to make a custom bot. If you've done coding with javascript before it wont be too difficult though. Check the following resources:
Sure I will see what I can do
How about this lets keep this for later and focus more on the important tasks I want to have something presentable by the end of eid week
How about this lets keep this for later and focus more on the important tasks I want to have something presentable by the end of eid week
Sure no worries, this is P4 anyways, but if you think theres someone thats free to do this you can assign it to them to research
test
Automation ideas: