Skip to content

Commit

Permalink
author in comments (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfix22 authored Aug 16, 2019
1 parent bf3db60 commit 37deaa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/thread/labeled.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ module.exports = queue => async context => {
const body = message
.replace('$LABEL', label.name)
.replace('$DELAY', ms(time, { long: true }))
.replace('$AUTHOR', thread.user.login)

analytics.track({
userId: context.payload.installation.id,
Expand Down

0 comments on commit 37deaa8

Please # to comment.