File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,13 +122,13 @@ Default: `https://github.com/conventional-changelog/commitlint/#what-is-commitli
122122
123123When 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
129129Personal access token (PAT) used to interact with the GitHub API.
130130By 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
133133Default : ` ${{ github.token }}`
134134
You can’t perform that action at this time.
0 commit comments