mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 00:23:03 +00:00
refactor: add renovate.json
refactor: update renovate/renovate docker tag to v24.97.1 refactor: update all
This commit is contained in:
committed by
Rainer Killinger
parent
0a3a2dc2ec
commit
b372e6886b
@@ -120,7 +120,7 @@ export async function remind(api: Api): Promise<void> {
|
||||
if (mergeRequest.assignee.username === username) {
|
||||
return false;
|
||||
}
|
||||
if (username.includes('openstapps')) {
|
||||
if (username.includes('openstapps') || username.includes('kphilipp')) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user