Conversation
…d checks restored Three weeks since v1.8.0: setup-postfix-relay.sh and a companion Ansible role automate the sender-rewrite step that was causing real "not owned by user" rejections; zerosmtp-check --explain no longer matches an enhanced code against a contradicting reply code; main's required status checks are restored to all 29 real gates instead of the 11 example-language linters that were silently the only ones enforced for ten days.
New contributors opening a PR from a fork now hit a red board-review check unconditionally, added 2026-09-01. CONTRIBUTING.md never mentioned it, so the check message points to an internal agent doc a human contributor cannot act on. #416 already needed a maintainer to add the BOARD:/EVIDENCE lines by hand for exactly this reason.
msgwing
enabled auto-merge (squash)
September 20, 2026 13:09
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
tools/check-board-review.py(added 2026-09-01, PR ci: a change that cannot be undone by a later commit carries a verdict #410) failsunconditionally on any pull request opened from a fork — which is how
every external contribution to this repo arrives, including the
"good first issue"
data/devices.jsonentries this funnel exists for.PR process would see a red
board-reviewcheck and an error messagepointing at
.claude/agents/change-board.md, an internal agent workflowdoc with no meaning to a human contributor.
a maintainer to add the
BOARD:/EVIDENCE:lines by hand after the fact,quoted in the PR body as "Added by the maintainers on merge."
Change
Seven lines added to the "Pull request process" section of CONTRIBUTING.md,
telling a contributor plainly that the red check is expected, is not
something they need to fix, and has no bearing on whether the change is
wanted.
Verification
git diff CONTRIBUTING.md— single, contiguous insertion, nothing elsetouched.
.github/workflows/lint.ymlfor a job referencing the file — none exists.