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 15:05:32 -0400
commit4a86f082210dd1fd501af2b2a424931af572dcf4 (patch)
tree81905802ad8b01a046db0100289f412c0cc760d7
parent0d7b182dbd02b7f5177bafff788cb6a5aad6b316 (diff)
downloadchef-4a86f082210dd1fd501af2b2a424931af572dcf4.tar.gz
Configure Appveyor to skip some commits
- 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..a5a9a13e66 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -13,6 +13,17 @@ environment:
clone_folder: c:\projects\chef
clone_depth: 1
+
+skip_commits:
+ # version bumps by Expeditor happen as a separate commit after the merge, we can skip
+ author: Chef Expeditor
+ # if ONLY the files listed below are changed in a commit, skip
+ files:
+ - MAINTAINERS.md
+ - MAINTAINERS.toml
+ - CHANGELOG.md
+ - RELEASE_NOTES.md
+
skip_tags: true
branches:
only: