This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/main by this push:
new d4317aa Fix type hint for COMMITTERS_MAY_RELEASE_COMMITTEES
d4317aa is described below
commit d4317aabde631ff98da5308c4c7e2d5e4af2582a
Author: Dave Fisher <[email protected]>
AuthorDate: Thu Jan 29 13:50:41 2026 -0800
Fix type hint for COMMITTERS_MAY_RELEASE_COMMITTEES
---
atr/registry.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/atr/registry.py b/atr/registry.py
index 6d44e4c..593b627 100644
--- a/atr/registry.py
+++ b/atr/registry.py
@@ -44,7 +44,7 @@ FORBIDDEN_PROJECT_CATEGORIES: Final[set[str]] = {
# are allowed to start project release.
# Copied from
https://github.com/apache/infrastructure-svnauthzblob/master/gen.py
# Changed roughly once a year.
-COMMITTERS_MAY_RELEASE_COMMITTEES: Final[frozenset[str] = frozenset(
+COMMITTERS_MAY_RELEASE_COMMITTEES: Final[frozenset[str]] = frozenset(
{
'bookkeeper',
'calcite',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]