GRM-57: refactor: fully automate PR merge — no manual label/review needed

This commit is contained in:
2026-06-22 10:45:26 +00:00
parent f5177c823c
commit 8e532839fd
16 changed files with 335 additions and 1541 deletions
-4
View File
@@ -59,10 +59,6 @@ class TestIsUserFacing:
"""api_clients.py is used only by CI/CD scripts, not by the GRM CLI."""
assert is_user_facing("src/gitea_runner_manager/api_clients.py") is False
def test_review_checklist_is_not_user_facing(self) -> None:
"""REVIEW_CHECKLIST.md is agent infrastructure, not user-facing."""
assert is_user_facing("REVIEW_CHECKLIST.md") is False
def test_docs_are_not_user_facing(self) -> None:
assert is_user_facing("docs/user/getting-started.md") is False