diff options
-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: |