This is an automated email from the ASF dual-hosted git repository. sbp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git
The following commit(s) were added to refs/heads/main by this push: new a3c61c0 Add Gump to the list of standing committees a3c61c0 is described below commit a3c61c090cb2ca84f231b8449cb00c777f281ddd Author: Sean B. Palmer <s...@miscoranda.com> AuthorDate: Tue Jul 29 16:09:02 2025 +0100 Add Gump to the list of standing committees --- atr/util.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/atr/util.py b/atr/util.py index c5f2b80..00ae739 100644 --- a/atr/util.py +++ b/atr/util.py @@ -57,9 +57,11 @@ F = TypeVar("F", bound="QuartFormTyped") T = TypeVar("T") # TODO: Move to committee data +# Standing committees are those which cannot make releases, by policy _STANDING_COMMITTEES: Final[set[str]] = { "attic", "comdev", + "gump", "incubator", "logodev", "petri", --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tooling.apache.org For additional commands, e-mail: commits-h...@tooling.apache.org