⬆️ Bump vsoch/pull-request-action from 1.0.13 to 1.0.14

Bumps [vsoch/pull-request-action](https://github.com/vsoch/pull-request-action) from 1.0.13 to 1.0.14.
- [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...6d137cdd42f96a8378cde8921b179faa1f1a72d9)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-02-15 07:39:53 +00:00
committed by GitHub
parent 18e9d41529
commit 6d200c4d7d

View File

@@ -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.14
if: always() && steps.should-pr.outputs.result
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}