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
New: add support for GitLab (gitlab.com or self-hosted)
Moved back from graphql API to REST API, for both GitHub and GitLab
For GitHub, the plugin will attempt to make unauthenticated REST API call, and warn when rate limit is attained (60 calls/hour/IP address). You will have to provide a token to go beyond the limit and authenticate REST API calls (or for private repositories). For GitLab, a token is mandatory in all cases.