This is an automated email from the ASF dual-hosted git repository.

aw-was-here pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus-test-patch-action.git


The following commit(s) were added to refs/heads/main by this push:
     new d023c54  YETUS-1271. Upgrade to Ubuntu 24.04 (Noble) (#23)
d023c54 is described below

commit d023c54d2bc564b777581981d17f7838227b2b59
Author: Allen Wittenauer <[email protected]>
AuthorDate: Tue Apr 28 17:17:47 2026 -0700

    YETUS-1271. Upgrade to Ubuntu 24.04 (Noble) (#23)
---
 action.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/action.yml b/action.yml
index a094ee7..c7f1268 100644
--- a/action.yml
+++ b/action.yml
@@ -93,6 +93,7 @@ runs:
     - --plugins=${{ inputs.plugins }}
     - --project=${{ inputs.project }}
     - --pylint-requirements=true
+    - --pylint-use-user=false
     - --reapermode=${{ inputs.reapermode }}
     - --report-unknown-options=false
     - --revive-config=${{ inputs.reviveconfig }}

Reply via email to