diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a887d67ba0..2426578b5e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ # SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors # SPDX-License-Identifier: GPL-2.0-or-later -* @camilasan @i2h3 @mgallien @nilsding +* @Aiiaiiio @camilasan @i2h3 @mgallien @nilsding diff --git a/.github/workflows/needsinfohelper.yml b/.github/workflows/needsinfohelper.yml index 8c4c82eb1a..4ee83a8c89 100644 --- a/.github/workflows/needsinfohelper.yml +++ b/.github/workflows/needsinfohelper.yml @@ -10,8 +10,8 @@ jobs: steps: - uses: actions-ecosystem/action-remove-labels@2ce5d41b4b6aa8503e285553f75ed56e0a40bae0 # v1.3.0 if: | - github.event.comment.user.type != "Bot" && - !contains(fromJSON('["camilasan", "i2h3", "mgallien", "nilsding", "Rello"]'), github.event.comment.user.login) + github.event.comment.user.type != 'Bot' && + !contains(fromJSON('["Aiiaiiio", "camilasan", "i2h3", "mgallien", "nilsding", "Rello"]'), github.event.comment.user.login) with: labels: 'needs info' github_token: ${{ secrets.GITHUB_TOKEN }}