You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modify the AppVeyor build to allow skip in commit body
By default, AppVeyor only recognises [skip xxx] in the commit title.
This change allows the skip messages to be placed in the commit body.
Recognised keywords are:
- [skip ci]
- [ci skip]
- [skip appveyor]
- [appveyor skip]
And since this doesn't affect Unix:
[skip travis]
0 commit comments