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-releases.git
commit f3dd3647ceb9768aecea7afd42a7433e93a89cbd Author: Dave Fisher <[email protected]> AuthorDate: Sat Dec 6 15:08:45 2025 -0800 Remove former team members --- atr/datasources/apache.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atr/datasources/apache.py b/atr/datasources/apache.py index 6687370..8d20a1d 100644 --- a/atr/datasources/apache.py +++ b/atr/datasources/apache.py @@ -503,8 +503,8 @@ async def _update_tooling(data: db.Session) -> tuple[int, int]: # Update Tooling PMC data # Could put this in the "if not tooling_committee" block, perhaps - tooling_committee.committee_members = ["wave", "tn", "sbp", "arm", "akm"] - tooling_committee.committers = ["wave", "tn", "sbp", "arm", "akm"] + tooling_committee.committee_members = ["wave", "sbp", "arm", "akm"] + tooling_committee.committers = ["wave", "sbp", "arm", "akm"] tooling_committee.release_managers = ["wave"] tooling_committee.is_podling = False --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
