summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-08 14:04:30 -0700
committerGitHub <noreply@github.com>2018-10-08 14:04:30 -0700
commitd366484b7f4cdf7c6f383ce1895ba6d2df047059 (patch)
tree921c3d74d0194545dcfb7ee25069e417f78e0997
parente72c5001468bb4b2806584c9506abf9cd52db126 (diff)
parent49c71a6e292591ab06b1e1328207fbd9f28332f4 (diff)
downloadohai-d366484b7f4cdf7c6f383ce1895ba6d2df047059.tar.gz
Merge pull request #1269 from chef/btm/appveyor_skips
Skip appveyor on docs/version bump commits
-rw-r--r--appveyor.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 02e50b5f..0883b614 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -10,6 +10,17 @@ environment:
clone_folder: c:\projects\ohai
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: