This is an automated email from the ASF dual-hosted git repository. aw pushed a commit to branch yetus-1271 in repository https://gitbox.apache.org/repos/asf/yetus-test-patch-action.git
commit 2102536caaa3949cea91893a621e2b08eac53cca Author: Allen Wittenauer <[email protected]> AuthorDate: Sun Mar 29 08:33:10 2026 -0700 YETUS-1271. Upgrade to Ubuntu 24.04 (Noble) --- 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 }}
