summaryrefslogtreecommitdiff
path: root/.mrconfig.in
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-25 12:51:54 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-25 12:51:54 -0700
commit6b1c16e7645471312c7c0ad07ff7d91ac95a06e9 (patch)
tree821300d4e1d8a26c97808f9f84e7bd16b1347dcc /.mrconfig.in
parentb28be45c6d7cbead87b9745df618ef0e1e1543bb (diff)
downloaddotfiles-6b1c16e7645471312c7c0ad07ff7d91ac95a06e9.tar.gz
allow 500 nmbug-spw changes to be automatically committed
Diffstat (limited to '.mrconfig.in')
-rw-r--r--.mrconfig.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/.mrconfig.in b/.mrconfig.in
index e6c58ca2..6437db29 100644
--- a/.mrconfig.in
+++ b/.mrconfig.in
@@ -653,7 +653,7 @@ commit = nmbug-spw commit
# checkout` needed)
# - doing any committing when there are known remote changes.
autoci =
- nmbug-spw status | perl -ne'/^.[a-z]\s/ || $. > 200 and exit 1' \
+ nmbug-spw status | perl -ne'/^.[a-z]\s/ || $. > 500 and exit 1' \
&& nmbug-spw commit
skip = ! [ -e "$HOME/local/auth/fmailsyncpass" ]