From dbacadafd85567aeef7542761dedaafd52a07617 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 10:06:40 +0000 Subject: [PATCH 1/2] Bump thomaseizinger/create-pull-request from 1.1.0 to 1.2.0 Bumps [thomaseizinger/create-pull-request](https://github.com/thomaseizinger/create-pull-request) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/thomaseizinger/create-pull-request/releases) - [Changelog](https://github.com/thomaseizinger/create-pull-request/blob/master/CHANGELOG.md) - [Commits](https://github.com/thomaseizinger/create-pull-request/compare/1.1.0...1.2.0) --- updated-dependencies: - dependency-name: thomaseizinger/create-pull-request dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/draft_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/draft_release.yml b/.github/workflows/draft_release.yml index 29f3e02..d866d70 100644 --- a/.github/workflows/draft_release.yml +++ b/.github/workflows/draft_release.yml @@ -37,7 +37,7 @@ jobs: run: git push origin release/${{ github.event.inputs.version }} - name: Create pull request - uses: thomaseizinger/create-pull-request@1.1.0 + uses: thomaseizinger/create-pull-request@1.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: From 94655bcc3b3be4cd128425d6b3a373422a905a19 Mon Sep 17 00:00:00 2001 From: Nguyen Damien Date: Mon, 26 Jul 2021 16:18:21 +0200 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b68d77e..44d2d50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Repository - Update pre-commit hooks +- Update `thomaseizinger/create-pull-request` GiHub action ## [1.2.1] - 2021-07-19