mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-19 08:02:55 +00:00
ci: introduce renovate and clean up gitlab-ci.yml
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user