Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans authored Sep 3, 2024
1 parent c0348e8 commit 73e6230
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Create Pull Request action will:

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

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

<!--
### Create a project card

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.
Expand All @@ -263,6 +264,7 @@ To create a project card for the pull request, pass the `pull-request-number` st
column-name: My column
issue-number: ${{ steps.cpr.outputs.pull-request-number }}
```
-->

### Auto-merge

Expand Down

0 comments on commit 73e6230

Please sign in to comment.