Skip to content

Commit 3856df5

Browse files
committed
chore: keep individual code owners, drop @Avtrkrb
1 parent 9777af9 commit 3856df5

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

.github/CODEOWNERS

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
# Ownership is held by the team, not by individuals: adding a maintainer is a
2-
# team membership change rather than a pull request against seven files.
1+
# @Avtrkrb was removed here: the account was moved to `triage`, and a code owner
2+
# without write access cannot satisfy a code-owner review requirement. GitHub's
3+
# own CODEOWNERS validator was reporting it as an unknown owner.
34
#
4-
# @Avtrkrb was removed here: the account was moved to `triage`, and a code
5-
# owner without write access cannot satisfy a code-owner review requirement.
6-
* @Nano-Collective/core-team
5+
# Individuals rather than @Nano-Collective/core-team, deliberately:
6+
# .github/workflows/stale-prs.yml parses this file for individual logins and
7+
# explicitly skips team entries (anything containing "/"). A team-only owner line
8+
# would leave it with zero owners, and it returns early in that case — silently
9+
# disabling stale-PR escalation.
10+
#
11+
# Move to the team once that workflow resolves team membership, or once it is
12+
# centralised into Nano-Collective/.github (step 9).
13+
* @will-lamerton @akramcodez

0 commit comments

Comments
 (0)