Merge pull request #8744 from nextcloud/chore/noid/add-new-codeowner-and-fix-needsinfohelper

chore: add new codeowner
This commit is contained in:
Jyrki Gadinger 2025-09-18 07:58:28 +02:00 committed by GitHub
commit 66615dba74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

2
.github/CODEOWNERS vendored
View File

@ -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

View File

@ -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 }}