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 e3cee1a commit 2791977Copy full SHA for 2791977
src/scripts/scrumHelper.js
@@ -526,7 +526,7 @@ ${userReason}`;
526
if (date < 10) date = '0' + date;
527
let dateCode = year.toString() + month.toString() + date.toString();
528
529
- const subject = `[Scrum] ${name} - ${project} - ${dateCode} - False`;
+ const subject = `[Scrum] ${name} - ${project} - ${dateCode} `;
530
log('Generated subject:', subject);
531
githubCache.subject = subject;
532
saveToStorage(githubCache.data, subject);
0 commit comments