Update docs to v2

This commit is contained in:
Peter Evans 2020-01-03 14:18:10 +09:00
parent 2ce0b003ee
commit 699d304845
3 changed files with 13 additions and 13 deletions

View file

@ -20,6 +20,6 @@
## New features
- Unpushed commits made during the workflow before the action runs will now be considered as changes to be raised in the pull request. See [Controlling commits](https://github.com/peter-evans/create-pull-request/tree/v2-beta#controlling-commits) for details.
- Unpushed commits made during the workflow before the action runs will now be considered as changes to be raised in the pull request. See [Controlling commits](https://github.com/peter-evans/create-pull-request#controlling-commits) for details.
- New commits made to the pull request base will now be taken into account when pull requests are updated.
- If an updated pull request no longer differs from its base it will automatically be closed and the pull request branch deleted.