Skip to content

Commit

Permalink
Merge pull request #1283 from criske/#1269
Browse files Browse the repository at this point in the history
#1269 Send a comment after updating task estimation.
  • Loading branch information
amihaiemil committed Nov 12, 2021
2 parents 7251fe5 + 9dd5d1d commit 0de74ab
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@
* @checkstyle ClassFanOutComplexity (1000 lines)
* @checkstyle ClassDataAbstractionCoupling (1000 lines)
* @since 0.0.1
* @todo #1265:30min Send a comment after updating a task's estimation inside
* issueLabelsChanged.
*/
public final class StoredProjectManager implements ProjectManager {

Expand Down Expand Up @@ -665,8 +663,7 @@ public void issueLabelsChanged(final Event event) {
isNotClosed -> new TaskIsRegistered(
new IssueEstimationChanged(
new UpdateTaskEstimation(
sendReply -> LOG.debug("Send updated estimation"
+ " comment.")
new SendReply("Task estimation has been updated.")
),
notChanged -> LOG.debug(
"Nothing to do on Issue label change."
Expand Down

0 comments on commit 0de74ab

Please sign in to comment.