summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml12
1 files changed, 11 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 30af2ea6d8..6fb83ff6ce 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -14,12 +14,22 @@ 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
+ message: /Bump version to [0-9.]+ by 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:
- master
- chef-13
- - chef-12
install:
- systeminfo