Skip to content

Commit

Permalink
Fix formatting in article About Status Checks (github#6027)
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Edwards <[email protected]>
  • Loading branch information
lucalves and skedwards88 authored May 5, 2021
1 parent d4cf221 commit b6897f4
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,18 @@ When a repository is set to automatically request checks for pushes, you can cho

To skip or request checks for your commit, add one of the following trailer lines to the end of your commit message:

- To _skip checks_ for a commit, type your commit message and a short, meaningful description of your changes. After your commit description, instead of a closing quotation, add two empty lines followed by `skip-checks: true`:
- To _skip checks_ for a commit, type your commit message and a short, meaningful description of your changes. After your commit description, before the closing quotation, add two empty lines followed by `skip-checks: true`:
```shell
$ git commit -m "Update README.
$ git commit -m "Update README
>
>
skip-checks: true
skip-checks: true"
```
- To _request_ checks for a commit, type your commit message and a short, meaningful description of your changes. After your commit description, instead of a closing quotation, add two empty lines followed by `request-checks: true`:
- To _request_ checks for a commit, type your commit message and a short, meaningful description of your changes. After your commit description, before the closing quotation, add two empty lines followed by `request-checks: true`:
```shell
$ git commit -m "Refactor usability tests.
$ git commit -m "Refactor usability tests
>
>
request-checks: true
request-checks: true"
```

0 comments on commit b6897f4

Please sign in to comment.