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 84e0c48 commit fe08f76Copy full SHA for fe08f76
src/scripts/scrumHelper.js
@@ -1277,7 +1277,7 @@ ${userReason}`;
1277
if (isDraft) {
1278
1279
li = `<li><i>(${project})</i> - Made PR (#${number}) - <a href='${html_url}'>${title}</a>${showOpenLabel ? ' ' + pr_draft_button : ''}`;
1280
- if (showCommits && item._allCommits && item._allCommits.length && !isNewPR && token) {
+ if (showCommits && item._allCommits && item._allCommits.length && !isNewPR && githubToken) {
1281
log(`[PR DEBUG] Rendering commits for existing draft PR #${number}:`, item._allCommits);
1282
li += '<ul>';
1283
item._allCommits.forEach(commit => {
0 commit comments