Skip to content

Commit

Permalink
Bump thomaseizinger/create-pull-request from 1.2.1 to 1.2.2 (#419)
Browse files Browse the repository at this point in the history
* Bump thomaseizinger/create-pull-request from 1.2.1 to 1.2.2

Bumps [thomaseizinger/create-pull-request](https://github.com/thomaseizinger/create-pull-request) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/thomaseizinger/create-pull-request/releases)
- [Changelog](https://github.com/thomaseizinger/create-pull-request/blob/master/CHANGELOG.md)
- [Commits](thomaseizinger/create-pull-request@1.2.1...1.2.2)

---
updated-dependencies:
- dependency-name: thomaseizinger/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update CHANGELOG

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nguyen Damien <ngn.damien@gmail.com>
  • Loading branch information
dependabot[bot] and Takishima committed Dec 16, 2021
1 parent c4bed0e commit c26f70a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draft_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: git flow release publish ${{ github.event.inputs.version }}

- name: Create pull request
uses: thomaseizinger/create-pull-request@1.2.1
uses: thomaseizinger/create-pull-request@1.2.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
- upload_to_pypi
steps:
- name: Merge master into develop branch
uses: thomaseizinger/create-pull-request@1.2.1
uses: thomaseizinger/create-pull-request@1.2.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
### Repository

- Update `thomaseizinger/create-pull-request` GiHub action to v1.3.0
- Update `thomaseizinger/keep-a-changelog-new-release` GiHub action to v1.3.0
- Update `thomaseizinger/create-pull-request` GiHub action to v1.2.2

## [0.7.0] - 2021-07-14

Expand Down

0 comments on commit c26f70a

Please sign in to comment.