mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 13:07:09 +01:00
Add appveyor skip as an alias for skip appveyor
Strangely while both "ci skip" and "skip ci" are supported (with brackets) only "skip appveyor" is supported by default
This commit is contained in:
parent
81887ed817
commit
f149bc39b0
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
version: "{build}"
|
||||
build: off
|
||||
deploy: off
|
||||
skip_commits:
|
||||
# add [appveyor skip] as an alias for [skip appveyor] (like [ci skip])
|
||||
message: /\[appveyor skip\]/
|
||||
|
||||
environment:
|
||||
# Undocumented feature of nose-show-skipped.
|
||||
|
|
|
|||
Loading…
Reference in a new issue