`[ci skip]` does not work in Pull Requests

Today I’d created two GitHub pull requests with “[skip ci]” and “[ci skip]” in their initial commit messages. Both of them triggered Circle-CI tests, something I didn’t expect.

Both PRs have later commits that include the skip text in various places within the commit message … but all subsequent commits did skip Circle-CI’s tests. That’s good, but it would be even better to skip when requested the first time also. :slight_smile:

-Scott