Skip to content

Commit

Permalink
Update handleReminder.js (#3197)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 authored Jan 11, 2024
1 parent 13d8a1d commit ff5eec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/handleReminder.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async function addLabelToIssue( label, issue ) {
labels = labels.filter( (f) => { return f.name===`${label}`} );
if (!labels.length) {
console.log(` will create label ${label}`);
await createLabel(`${label}`, `remind after ${dateStr}`, `ffffff`);
await createLabel(`${label}`, `remind after ${label}`, `ffffff`);
}

await addUsedLabels( issue.number, label );
Expand Down

0 comments on commit ff5eec0

Please sign in to comment.