aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/send-pull-request3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/send-pull-request b/scripts/send-pull-request
index 09f42458c7..18a53c410e 100755
--- a/scripts/send-pull-request
+++ b/scripts/send-pull-request
@@ -71,8 +71,9 @@ harvest_recipients()
while getopts "achp:t:" OPT; do
case $OPT in
a)
+ AUTO=1
+ GITSOBCC="--signed-off-by-cc"
AUTO_CL=1
- # Fall through to include -c
;;
c)
AUTO=1