Skip to content

Commit 6fb478e

Browse files
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 178fe48 commit 6fb478e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,13 @@ Default: `https://github.com/conventional-changelog/commitlint/#what-is-commitli
122122

123123
When set to a valid Integer value - X, considers only the latest X number of commits.
124124

125-
Default: `null` (Equivalent to linting all commits)
125+
Default: empty (leaving it empty lints all commits)
126126

127127
### `token`
128128

129129
Personal access token (PAT) used to interact with the GitHub API.
130130
By default, the automatic token provided by GitHub is used.
131-
You can see more info about GitHub's automatic token [here](https://docs.github.com/en/actions/tutorials/authenticate-with-github_token).
131+
You can see more info about GitHub's automatic token [here](https://docs.github.com/actions/security-guides/automatic-token-authentication).
132132

133133
Default: `${{ github.token }}`
134134

0 commit comments

Comments
 (0)