Skip to content

Commit 73e6230

Browse files
authored
docs: update readme
1 parent c0348e8 commit 73e6230

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Create Pull Request action will:
2121

2222
- [Concepts, guidelines and advanced usage](docs/concepts-guidelines.md)
2323
- [Examples](docs/examples.md)
24-
- [Updating to v6](docs/updating.md)
24+
- [Updating to v7](docs/updating.md)
2525
- [Common issues](docs/common-issues.md)
2626

2727
## Usage
@@ -246,6 +246,7 @@ Note that the repository must be checked out on a branch with a remote, it won't
246246
uses: peter-evans/create-pull-request@v7
247247
```
248248

249+
<!--
249250
### Create a project card
250251

251252
To create a project card for the pull request, pass the `pull-request-number` step output to [create-or-update-project-card](https://github.com/peter-evans/create-or-update-project-card) action.
@@ -263,6 +264,7 @@ To create a project card for the pull request, pass the `pull-request-number` st
263264
column-name: My column
264265
issue-number: ${{ steps.cpr.outputs.pull-request-number }}
265266
```
267+
-->
266268

267269
### Auto-merge
268270

0 commit comments

Comments
 (0)