From 1cabfc677bcffb81c6922c1d8552a68ef0fc7723 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 21:03:16 +0000 Subject: [PATCH] :arrow_up: Bump vsoch/pull-request-action from 1.0.13 to 1.0.18 Bumps [vsoch/pull-request-action](https://github.com/vsoch/pull-request-action) from 1.0.13 to 1.0.18. - [Release notes](https://github.com/vsoch/pull-request-action/releases) - [Changelog](https://github.com/vsoch/pull-request-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/vsoch/pull-request-action/compare/1.0.13...1.0.18) --- updated-dependencies: - dependency-name: vsoch/pull-request-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/feature-pr.yml | 2 +- .github/workflows/hotfix-pr.yml | 2 +- .github/workflows/pull-request.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/feature-pr.yml b/.github/workflows/feature-pr.yml index 96cd96e..9d5c70d 100644 --- a/.github/workflows/feature-pr.yml +++ b/.github/workflows/feature-pr.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: pull-request-action - uses: vsoch/pull-request-action@1.0.13 + uses: vsoch/pull-request-action@1.0.18 env: GITHUB_TOKEN: ${{ secrets.GH_PAT }} BRANCH_PREFIX: "feature-" diff --git a/.github/workflows/hotfix-pr.yml b/.github/workflows/hotfix-pr.yml index 74a403a..9fd5a03 100644 --- a/.github/workflows/hotfix-pr.yml +++ b/.github/workflows/hotfix-pr.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: pull-request-action - uses: vsoch/pull-request-action@1.0.13 + uses: vsoch/pull-request-action@1.0.18 env: GITHUB_TOKEN: ${{ secrets.GH_PAT }} BRANCH_PREFIX: "hotfix-" diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 2b92658..1194646 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -65,7 +65,7 @@ jobs: context.payload.ref.startsWith("refs/heads/hotfix") || context.payload.ref.startsWith("refs/heads/bug"); - name: pull-request-action - uses: vsoch/pull-request-action@1.0.13 + uses: vsoch/pull-request-action@1.0.18 if: always() && steps.should-pr.outputs.result env: GITHUB_TOKEN: ${{ secrets.GH_PAT }}