Skip to content

fix: resolve maintainers from repository root - #604

Merged
LunaStev merged 1 commit into
wavefnd:masterfrom
nightcityblade:fix/issue-595
Sep 12, 2026
Merged

fix: resolve maintainers from repository root#604
LunaStev merged 1 commit into
wavefnd:masterfrom
nightcityblade:fix/issue-595

Conversation

@nightcityblade

Copy link
Copy Markdown
Contributor

Summary

Resolve the MAINTAINERS file relative to the script's repository location.

Motivation

Fixes #595.

Target and compatibility impact

None; absolute and repository-root invocations now behave consistently.

Validation

  • python3 -m unittest tools.test_get_maintainer (1 passed)
  • python3 -m ruff check tools/get_maintainer.py tools/test_get_maintainer.py
  • git diff --check

Checklist

  • Commits include a DCO Signed-off-by line.
  • Tests cover new behavior or the PR explains why no test is needed.
  • User-facing changes include documentation or diagnostics updates.
  • The change preserves the license boundary between the compiler and std/.

Signed-off-by: nightcityblade <nightcityblade@gmail.com>
@LunaStev

Copy link
Copy Markdown
Member

LGTM

@LunaStev
LunaStev merged commit 71cd9ce into wavefnd:master Sep 12, 2026
23 of 26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Resolve MAINTAINERS relative to the repository instead of the current directory

2 participants