Skip to content

Commit

Permalink
Merge pull request #1206 from yahonda/github_actions_supports_skip_ci
Browse files Browse the repository at this point in the history
[skip ci] GitHub Actions can skip CI now
  • Loading branch information
scarroll32 authored Feb 20, 2021
2 parents ffc4e6c + 13a4a6a commit 5c62741
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ 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 CI
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:
Expand Down

0 comments on commit 5c62741

Please sign in to comment.