Skip to content

Commit f901c22

Browse files
committed
test: log login
Signed-off-by: djamaile <rdjamaile@gmail.com>
1 parent d0fce84 commit f901c22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

changeset-feedback/postFeedback.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ export async function postFeedback(
2626
},
2727
);
2828

29+
const { login } = await client.rest.users.user();
30+
log(`user: ${login}`);
31+
2932
const existingComment = existingComments.find(
3033
c => c.user?.login === userLogin && c.body?.includes(marker),
3134
);

0 commit comments

Comments
 (0)