Skip to content

Commit fbdcc5e

Browse files
⬆️ Bump vsoch/pull-request-action from 1.0.14 to 1.0.15
Bumps [vsoch/pull-request-action](https://github.com/vsoch/pull-request-action) from 1.0.14 to 1.0.15. - [Release notes](https://github.com/vsoch/pull-request-action/releases) - [Changelog](https://github.com/vsoch/pull-request-action/blob/master/CHANGELOG.md) - [Commits](vsoch/pull-request-action@1.0.14...7f0d383) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 58af416 commit fbdcc5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/feature-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: pull-request-action
13-
uses: vsoch/[email protected].14
13+
uses: vsoch/[email protected].15
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
1616
BRANCH_PREFIX: "feature-"

.github/workflows/pull-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
context.payload.ref.startsWith("refs/heads/hotfix") ||
6666
context.payload.ref.startsWith("refs/heads/bug");
6767
- name: pull-request-action
68-
uses: vsoch/[email protected].14
68+
uses: vsoch/[email protected].15
6969
if: always() && steps.should-pr.outputs.result
7070
env:
7171
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

0 commit comments

Comments
 (0)