Skip to content

Commit f130e0d

Browse files
⬆️ Bump vsoch/pull-request-action from 1.0.10 to 1.0.11
Bumps [vsoch/pull-request-action](https://github.com/vsoch/pull-request-action) from 1.0.10 to 1.0.11. - [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.10...c39853d) Signed-off-by: dependabot[bot] <[email protected]>
1 parent ef76c6a commit f130e0d

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
@@ -44,7 +44,7 @@ jobs:
4444
- name: Set PR body
4545
run: echo "PULL_REQUEST_BODY=${{steps.set-pr-body.outputs.result}}" >> $GITHUB_ENV
4646
- name: pull-request-action
47-
uses: vsoch/[email protected].10
47+
uses: vsoch/[email protected].11
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
5050
BRANCH_PREFIX: "feature-"

.github/workflows/hotfix-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Set PR body
4545
run: echo "PULL_REQUEST_BODY=${{steps.set-pr-body.outputs.result}}" >> $GITHUB_ENV
4646
- name: pull-request-action
47-
uses: vsoch/[email protected].10
47+
uses: vsoch/[email protected].11
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
5050
BRANCH_PREFIX: "hotfix-"

0 commit comments

Comments
 (0)