Block a user
WIP: deinitialize initialized submodules only
feat/strict-package-maintainer-reviews
I wouldn't mind just a comment about this lock-defer-unlock pattern here and the reason for it just to make it clear conditions why it is required
feat/strict-package-maintainer-reviews
Why not translating this comment into a double test check assert "autobuild-review" not in reviewers_requested?
feat/strict-package-maintainer-reviews
Left a couple of comments more like suggestions rather than request for changes. Overall the feature LGTM 👍
Document new maintainership format with groups
Document new maintainership format with groups
I should be possible to detect:
def update_maintainership(data, package, maintainers): if isinstance(data, dict) and 'header' in data and isinstance(data['header'],…