Remove [skip ci] because GitHub Actions does not support this feature yet

Refer https://github.community/t/github-actions-does-not-respect-skip-ci/17325/16
This commit is contained in:
Yasuo Honda 2020-12-01 22:31:27 +09:00
parent 318e2d4b3e
commit 2f3b76a3d6
1 changed files with 0 additions and 3 deletions

View File

@ -115,9 +115,6 @@ Here's a quick guide:
$ git config --global user.email "contributor@example.com"
10. Commit your changes (`git commit -am 'Add feature/fix bug/improve docs'`).
If your pull request only contains documentation changes, please remember
to add `[skip ci]` to the beginning of your commit message so the Travis
test suite doesn't :runner: needlessly.
11. If necessary, rebase your commits into logical chunks, without errors. To
interactively rebase and cherry-pick from, say, the last 10 commits: