Skip to content

Commit 5354f85

Browse files
authored
docs: update readme
1 parent 8867c4a commit 5354f85

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

README.md

-20
Original file line numberDiff line numberDiff line change
@@ -246,26 +246,6 @@ 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-
<!--
250-
### Create a project card
251-
252-
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.
253-
254-
```yml
255-
- name: Create Pull Request
256-
id: cpr
257-
uses: peter-evans/create-pull-request@v7
258-
259-
- name: Create or Update Project Card
260-
if: ${{ steps.cpr.outputs.pull-request-number }}
261-
uses: peter-evans/create-or-update-project-card@v2
262-
with:
263-
project-name: My project
264-
column-name: My column
265-
issue-number: ${{ steps.cpr.outputs.pull-request-number }}
266-
```
267-
-->
268-
269249
### Auto-merge
270250

271251
Auto-merge can be enabled on a pull request allowing it to be automatically merged once requirements have been satisfied.

0 commit comments

Comments
 (0)