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

aw 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 dd507ad  YETUS-1038. Disable jira and gitlab in action (#7)
dd507ad is described below

commit dd507ad03aecd9ab19b3d4fdb120a01f0c136680
Author: Allen Wittenauer <[email protected]>
AuthorDate: Mon Oct 19 23:13:41 2020 -0700

    YETUS-1038. Disable jira and gitlab in action (#7)
    
    Signed-off-by: Nick Dimiduk <[email protected]>
---
 action.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/action.yml b/action.yml
index c133266..c515568 100644
--- a/action.yml
+++ b/action.yml
@@ -58,7 +58,8 @@ inputs:
     default: pip3
   plugins:
     description: 'Fine grained control over plug-ins'
-    default: all,-asflicense,-author,-findbugs,-golangcilint,-shelldocs
+    default: 'all,-asflicense,-author,-findbugs,-gitlab,
+      -golangcilint,-jira,-shelldocs'
   project:
     description: 'Name of project to put on reports, default personality, etc'
     default: unknown

Reply via email to