We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 191ce7a commit fac353bCopy full SHA for fac353b
src/scripts/scrumHelper.js
@@ -9,6 +9,7 @@ function allIncluded(outputTarget = 'email') {
9
console.warn('[SCRUM-HELPER]: Scrum generation already in progress, aborting new call.');
10
return;
11
}
12
+ scrumGenerationInProgress = true;
13
console.log('allIncluded called with outputTarget:', outputTarget);
14
console.log('Current window context:', window.location.href);
15
let scrumBody = null;
@@ -615,8 +616,6 @@ function allIncluded(outputTarget = 'email') {
615
616
console.log('Not a new conversation, skipping scrum helper');
617
618
- writeGithubIssuesPrs();
619
- writeGithubPrsReviews();
620
621
622
setTimeout(() => {
0 commit comments