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}`;
1053
1053
if ( outputTarget === 'popup' ) {
1054
1054
return ;
1055
1055
} else {
1056
- if ( scrumBody && githubUsername && githubIssuesData ) {
1056
+ if ( scrumBody && githubUsername && githubIssuesData && githubPrsReviewData ) {
1057
1057
clearInterval ( intervalWriteGithubIssues ) ;
1058
+ clearInterval ( intervalWriteGithubPrs ) ;
1058
1059
writeGithubIssuesPrs ( ) ;
1059
1060
}
1060
1061
}
@@ -1063,8 +1064,9 @@ ${userReason}`;
1063
1064
if ( outputTarget === 'popup' ) {
1064
1065
return ;
1065
1066
} else {
1066
- if ( scrumBody && githubUsername && githubPrsReviewData ) {
1067
+ if ( scrumBody && githubUsername && githubPrsReviewData && githubIssuesData ) {
1067
1068
clearInterval ( intervalWriteGithubPrs ) ;
1069
+ clearInterval ( intervalWriteGithubIssues ) ;
1068
1070
writeGithubPrsReviews ( ) ;
1069
1071
}
1070
1072
}
You can’t perform that action at this time.
0 commit comments