File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -256,8 +256,9 @@ desired release version before creating a release in GitHub.
256256
257257# ### `token`
258258
259- The default GITHUB_TOKEN cannot trigger PR workflows. You can work around this by using `token` to
260- specify a token that is saved in a repo/org secret.
259+ The default GITHUB_TOKEN cannot trigger PR workflows, so the generated pull request will not run any
260+ status checks. You can work around this by using `token` to specify a token that is saved in a
261+ repo/org secret.
261262
262263See [Triggering further workflow
263264runs](https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs)
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ inputs:
1515 token :
1616 description : >
1717 GitHub token to use to create the pull request. The default GITHUB_TOKEN
18- cannot trigger PR workflows, so you can use this to specify a PAT that is
19- saved in a repo/org secret.
18+ cannot trigger PR workflows (i.e., it will not run PR status checks). You
19+ can use this input to specify a PAT that is saved in a repo/org secret.
2020 default : ${{ github.token }}
2121 version-rule :
2222 description : >
You can’t perform that action at this time.
0 commit comments