summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-08 14:53:15 -0700
committerGitHub <noreply@github.com>2018-10-08 14:53:15 -0700
commitf037d6f4e8ac7670dbcfb788e6458eb959bd82ef (patch)
tree81905802ad8b01a046db0100289f412c0cc760d7
parent0d7b182dbd02b7f5177bafff788cb6a5aad6b316 (diff)
parent4a86f082210dd1fd501af2b2a424931af572dcf4 (diff)
downloadchef-f037d6f4e8ac7670dbcfb788e6458eb959bd82ef.tar.gz
Merge pull request #7730 from chef/btm/appveyor-skip
Configure Appveyor to skip some commits
-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: