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


The following commit(s) were added to refs/heads/main by this push:
     new 8d688fe  Improve the documentation of the license check mode
8d688fe is described below

commit 8d688fe3fb90e1b2ff29665d02dc1d99c9db8871
Author: Sean B. Palmer <[email protected]>
AuthorDate: Thu Jan 1 14:09:25 2026 +0000

    Improve the documentation of the license check mode
---
 atr/shared/projects.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/atr/shared/projects.py b/atr/shared/projects.py
index aec1233..db9951f 100644
--- a/atr/shared/projects.py
+++ b/atr/shared/projects.py
@@ -112,8 +112,8 @@ class ComposePolicyForm(form.Form):
         widget=form.Widget.TEXTAREA,
     )
     license_check_mode: form.Enum[sql.LicenseCheckMode] = form.label(
-        "License check mode",
-        "Choose which license checks to run on source artifacts. Lightweight 
checks always run on binary artifacts.",
+        "Source artifact license checker",
+        "Only affects source artifacts. Lightweight checks ALWAYS RUN on 
binary artifacts.",
         widget=form.Widget.RADIO,
     )
     binary_artifact_paths: str = form.label(


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to