Skip to content

Commit 68b235b

Browse files
authored
Merge pull request #19149 from github/repo-sync
repo sync
2 parents a417401 + 67e75a6 commit 68b235b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

content/github/collaborating-with-issues-and-pull-requests/about-status-checks.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,18 @@ When a repository is set to automatically request checks for pushes, you can cho
5353

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

56-
- 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`:
56+
- 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`:
5757
```shell
58-
$ git commit -m "Update README.
58+
$ git commit -m "Update README
5959
>
6060
>
61-
skip-checks: true
61+
skip-checks: true"
6262
```
63-
- 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`:
63+
- 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`:
6464
```shell
65-
$ git commit -m "Refactor usability tests.
65+
$ git commit -m "Refactor usability tests
6666
>
6767
>
68-
request-checks: true
68+
request-checks: true"
6969
```
7070

0 commit comments

Comments
 (0)