This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch dave2wave-patch-1 in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git
commit e411b1585736ef560d3aa6841f2ff141ba824e9e Author: Dave Fisher <[email protected]> AuthorDate: Fri Jun 13 12:48:38 2025 -0700 Add incubator and petri to standing committees --- atr/util.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/atr/util.py b/atr/util.py index 114b85c..d96f380 100644 --- a/atr/util.py +++ b/atr/util.py @@ -59,7 +59,9 @@ _LOGGER: Final = logging.getLogger(__name__) _STANDING_COMMITTEES: Final[set[str]] = { "attic", "comdev", + "incubator", "logodev", + "petri", "whimsy", } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
