summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2018-10-08 13:28:05 -0400
committerBryan McLellan <btm@loftninjas.org>2018-10-08 13:28:05 -0400
commit393d0121c09c33b7aa398a28eef835400b33eb0f (patch)
tree5e81b60a2bf9ca9921dc5ab78e0eb0362a8755bb
parent0d7b182dbd02b7f5177bafff788cb6a5aad6b316 (diff)
downloadchef-btm/appveyor-skip.tar.gz
Configure Appveyor to skip some commitsbtm/appveyor-skip
- Avoid running on Expeditor changes - Avoid running on CHANGELOG/RELEASE_NOTES changes Signed-off-by: Bryan McLellan <btm@loftninjas.org>
-rw-r--r--appveyor.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 259d9b9617..6e6928b93a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -13,6 +13,17 @@ environment:
clone_folder: c:\projects\chef
clone_depth: 1
+
+# version bumps by Expeditor happen as a separate commit after the merge, we can skip
+# if ONLY the files listed below are changed in a commit, skip
+skip_commits:
+ author: Chef Expeditor
+ files:
+ - MAINTAINERS.md
+ - MAINTAINERS.toml
+ - CHANGELOG.md
+ - RELEASE_NOTES.md
+
skip_tags: true
branches:
only: