Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# All files - main maintainers
* @will-lamerton @Avtrkrb @akramcodez
# @Avtrkrb was removed here: the account was moved to `triage`, and a code owner
# without write access cannot satisfy a code-owner review requirement. GitHub's
# own CODEOWNERS validator was reporting it as an unknown owner.
#
# Individuals rather than @Nano-Collective/core-team, deliberately:
# .github/workflows/stale-prs.yml parses this file for individual logins and
# explicitly skips team entries (anything containing "/"). A team-only owner line
# would leave it with zero owners, and it returns early in that case — silently
# disabling stale-PR escalation.
#
# Move to the team once that workflow resolves team membership, or once it is
# centralised into Nano-Collective/.github (step 9).
* @will-lamerton @akramcodez
Loading