Project

General

Profile

action #116593

Updated by okurz over 1 year ago

 
 ## Observation 

 We have the problem that our bot https://github.com/openqabot can not create 
 successful pull requests anymore: 
 https://github.com/os-autoinst/openQA/pull/4799 

 https://app.circleci.com/pipelines/github/os-autoinst/openQA/10162 
 ``` 
 Could not find a usable config.yml, you may have revoked the CircleCI OAuth app. 
 Please sign out of CircleCI and log back in with your VCS before triggering a new pipeline. 
 ``` 

 Somehow    the CirclecI Checks app got lost on this account. 

 But none of us can login to this account anymore, so we probably need a new bot user. The bot account for 
 circleCI was created by Andrii Nikitin but he could not receive a password recovery email 

 ## Suggestions 
 * Create a new bot account with a proper mailing list as email address 
 * Document that new bot account, e.g. in https://gitlab.suse.de/openqa/password 
 * Use that account for our purposes 

 ## Workaround 
 If a broken dependency update PR is created we as individuals can create a new pull request from the same branch from our fork amending the commit

Back