Skip to content

Commit

Permalink
chore(workflows): Update pull-request-action
Browse files Browse the repository at this point in the history
  • Loading branch information
jtullgrenMedallia authored Jan 22, 2024
1 parent f5690c2 commit 74267ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
- name: Create Pull Request
if: steps.check_changelog_exists.outputs.files_exists == 'true' && contains(steps.changed-files.outputs.all_changed_files, 'CHANGELOG.md')
id: create_pull_request
uses: vsoch/pull-request-action@1.0.23
uses: vsoch/pull-request-action@1.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH_PREFIX: "release/"
PULL_REQUEST_BRANCH: "main"
PULL_REQUEST_REVIEWERS: "skhozinMedallia jtullgrenMedallia"
PULL_REQUEST_REVIEWERS: "skhozinMedallia jtullgrenMedallia"

0 comments on commit 74267ca

Please sign in to comment.