Skip to content

Commit

Permalink
Chore: contributor login in danger message
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed May 25, 2021
1 parent 16cdd48 commit 76349e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dangerfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default async function () {
const contributor = contributors.find(c => c.login === danger.github.pr.user.login);

if (contributor) {
message(`${contributor} login already contributed ${contributor.contributions} times`);
message(`${contributor.login} login already contributed ${contributor.contributions} times`);
}

if (system.modified && !isOwner) {
Expand Down

0 comments on commit 76349e6

Please sign in to comment.