Skip to content

Commit 1f20dba

Browse files
⬆️ Bump vsoch/pull-request-action from 1.0.12 to 1.0.13
Bumps [vsoch/pull-request-action](https://github.com/vsoch/pull-request-action) from 1.0.12 to 1.0.13. - [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.12...ebce8e4) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7acbc05 commit 1f20dba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/feature-pr.yml

Lines changed: 1 addition & 1 deletion
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].12
13+
uses: vsoch/[email protected].13
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
1616
BRANCH_PREFIX: "feature-"

.github/workflows/hotfix-pr.yml

Lines changed: 1 addition & 1 deletion
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].12
13+
uses: vsoch/[email protected].13
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
1616
BRANCH_PREFIX: "hotfix-"

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
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].12
68+
uses: vsoch/[email protected].13
6969
if: always() && steps.should-pr.outputs.result
7070
env:
7171
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

0 commit comments

Comments
 (0)