ci: introduce renovate and clean up gitlab-ci.yml

This commit is contained in:
Rainer Killinger
2021-02-15 14:10:15 +01:00
parent e17bfa9d77
commit 0a3a2dc2ec
2 changed files with 60 additions and 21 deletions

View File

@@ -120,7 +120,7 @@ export async function remind(api: Api): Promise<void> {
if (mergeRequest.assignee.username === username) {
return false;
}
if (mergeRequest.assignee.username.includes('openstapps')) {
if (username.includes('openstapps')) {
return false;
}