Yusuke Goto

Results 5 comments of Yusuke Goto

@pgrzesik This is a link to my sample app. https://github.com/yusukegoto/sls-python-poetry-example And I found out this happens at least with nodejs18.x. If I update two `nodejs18.x` in serverless.yml with `nodejs20.x` ,...

Same `use_sticky_comment: true` doesn't work as expected

I spotted that the bot ID was not [the one expected](https://github.com/anthropics/claude-code-action/blob/6d79044f1ddf38b44b4dcc0a580bde72294c39ba/src/github/operations/comments/create-initial.ts#L17). Debugged with a command below to my private repo. `gh api /repos/{owner}/{repo}/issues/{issue_number}/comments` ``` "user": { "login": "github-actions[bot]", "id": 41898xxx,...

> I spotted that the bot ID was not [the one expected](https://github.com/anthropics/claude-code-action/blob/6d79044f1ddf38b44b4dcc0a580bde72294c39ba/src/github/operations/comments/create-initial.ts#L17). Debugged with a command below to my private repo. `gh api /repos/{owner}/{repo}/issues/{issue_number}/comments` > > ``` > "user": {...