This is an automated email from the ASF dual-hosted git repository.
tn 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 cbe884c only include pmc projects
cbe884c is described below
commit cbe884c7e5735afa556f5c50c42714a2b015fb78
Author: Thomas Neidhart <[email protected]>
AuthorDate: Fri Mar 21 08:48:11 2025 +0100
only include pmc projects
---
atr/blueprints/admin/admin.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/atr/blueprints/admin/admin.py b/atr/blueprints/admin/admin.py
index 61ce3ab..b4cafd9 100644
--- a/atr/blueprints/admin/admin.py
+++ b/atr/blueprints/admin/admin.py
@@ -200,7 +200,7 @@ async def _update_committees() -> int:
for project in ldap_projects.projects:
name = project.name
# Skip non-PMC committees
- if project.pmc is None:
+ if project.pmc is not True:
continue
# Get or create PMC
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]