diff options
author | Bryan McLellan <btm@loftninjas.org> | 2018-10-08 13:28:05 -0400 |
---|---|---|
committer | Bryan McLellan <btm@loftninjas.org> | 2018-10-08 13:28:05 -0400 |
commit | 393d0121c09c33b7aa398a28eef835400b33eb0f (patch) | |
tree | 5e81b60a2bf9ca9921dc5ab78e0eb0362a8755bb | |
parent | 0d7b182dbd02b7f5177bafff788cb6a5aad6b316 (diff) | |
download | chef-393d0121c09c33b7aa398a28eef835400b33eb0f.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.yml | 11 |
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: |