You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use github actor id instead of bot name to avoid renaming issues (#857)
This PR modifies the GitHub Actions workflow to use the GitHub actor ID
instead of the bot name. This change helps avoid issues related to
renaming the bot, ensuring that the workflow continues to function
correctly even if the bot's name changes.
See renovatebot/renovate#37842.
https://api.github.com/users/renovate%5Bbot%5D
> {
> "login": "renovate[bot]",
> "id": 29139614,
> ...
> }
Parent PR: line/line-bot-sdk-nodejs#1399
0 commit comments