Drone pod logs say: "Sorry. Your account was suspended"

Hello! Our previous SRE leaved the company recently and now on our K8S cluster the Drone pod log say

error":“Sorry. Your account was suspended.”,“event”:“pull_request”,“level”:"warning

btw we have a license and are paying for Drone Enterprise. It might be related ?

For now we tried to change :

DRONE_USER_CREATE

to the GitHub Entreprise username of the new SRE but without success

Drone will warn when license usage is exceeded, but has no ability to suspend an account. This error message would actually come from your version control system (github, bitbucket, etc). Based on the logs you posted, my guess is that Drone receives the webhook and then makes an API call to fetch the Yaml, and the version control returns this error.

Perhaps the account associated with the repository in Drone no longer has access to the repository or version control system? If this is the case, see this thread for details on how to resolve: How to change API call user for fetching .drone.yml - #2 by brad