Sino Kholkhojaev
Sino Kholkhojaev
@mokimo suggestied we should centrilize all "manual merging" workflows so now everytime a manual happens a slacknotification will be sent out + description update in one single workflow
if we want to make use out of `ZERO_IMPACT_PREFIX: '[ZERO IMPACT]: ` from helpers.js in #4397 gotta have to wait until this PR is merged and then change it
it has been tested on my own forked repo
@mokimo gladly :) ### What was causing the bug: The two main factors that caused the bug were: 1. Preflight running way too early and not waiting for everything to...
@mokimo so if i had to explain it it would kind of be mix of 1. the load() function, ["resets the media element to its initial state and begins selecting/loading...
i've found another issue with the code @mokimo. It was that in the `preflight-notification.js` the sidekick.observer was observing All of the DOM, ```js sidekickObserver.observe(document, { attributes: true, childList: true, subtree:...
I've added the slack logic part in the `helpers.js` alongside other RCP slack messages, is that fine or would you rather i put it in the same file?