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
It would be good to check automatically if an account is a bot or not. Sometimes this may not be helpful because for example the GitHub docs botis not type: bot, but will help in some other cases to avoid manual work.
GitHub API and GitLab API provide information if an account is a bot or not.
For GitHub, here is an example of a personal account (
"type": "User"
) and a bot account ("type": "Bot"
)For GitLab, here is the documentation where you can see the field
"bot": false
or trueIt would be good to check automatically if an account is a bot or not. Sometimes this may not be helpful because for example the GitHub docs bot is not
type: bot
, but will help in some other cases to avoid manual work.Note: issue moved from chaoss/grimoirelab-sortinghat#684
The text was updated successfully, but these errors were encountered: