From f149bc39b09ee607313bea5f922593b407f1a9a9 Mon Sep 17 00:00:00 2001 From: Johnny Robeson Date: Sun, 3 Jul 2016 18:27:29 -0400 Subject: [PATCH] Add appveyor skip as an alias for skip appveyor Strangely while both "ci skip" and "skip ci" are supported (with brackets) only "skip appveyor" is supported by default --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index fef39faf2..cd40e6e82 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,9 @@ version: "{build}" build: off deploy: off +skip_commits: + # add [appveyor skip] as an alias for [skip appveyor] (like [ci skip]) + message: /\[appveyor skip\]/ environment: # Undocumented feature of nose-show-skipped.