File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1053,8 +1053,9 @@ ${userReason}`;
10531053 if ( outputTarget === 'popup' ) {
10541054 return ;
10551055 } else {
1056- if ( scrumBody && githubUsername && githubIssuesData ) {
1056+ if ( scrumBody && githubUsername && githubIssuesData && githubPrsReviewData ) {
10571057 clearInterval ( intervalWriteGithubIssues ) ;
1058+ clearInterval ( intervalWriteGithubPrs ) ;
10581059 writeGithubIssuesPrs ( ) ;
10591060 }
10601061 }
@@ -1063,8 +1064,9 @@ ${userReason}`;
10631064 if ( outputTarget === 'popup' ) {
10641065 return ;
10651066 } else {
1066- if ( scrumBody && githubUsername && githubPrsReviewData ) {
1067+ if ( scrumBody && githubUsername && githubPrsReviewData && githubIssuesData ) {
10671068 clearInterval ( intervalWriteGithubPrs ) ;
1069+ clearInterval ( intervalWriteGithubIssues ) ;
10681070 writeGithubPrsReviews ( ) ;
10691071 }
10701072 }
You can’t perform that action at this time.
0 commit comments