mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #8744 from nextcloud/chore/noid/add-new-codeowner-and-fix-needsinfohelper
chore: add new codeowner
This commit is contained in:
commit
66615dba74
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
@ -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
|
||||
|
||||
4
.github/workflows/needsinfohelper.yml
vendored
4
.github/workflows/needsinfohelper.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user