Skip to content

Commit

Permalink
[skip ci] GitHub Actions can skip CI now
Browse files Browse the repository at this point in the history
According to this blog post, GitHub Actions now supports skip pull request.
https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/

This commit partially restores restore the CONTRIBUTING.md changed by #1180.
  • Loading branch information
yahonda committed Feb 9, 2021
1 parent ffc4e6c commit 13a4a6a
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 13a4a6a

Please sign in to comment.