Skip to content

Commit

Permalink
chore(deps): bump peter-evans/create-pull-request from 3 to 4 (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 23, 2022
1 parent b714349 commit a0740df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_triggerdevbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# Buggy behaviour with gh pr command. Will use the following action until bugs have been fixed.
#PR=$(gh pr create --head $PR_DOCKER_DEV_BRANCH_NAME --assignee "moabu" --base "master" --body "Updated build date. Auto-generated." --label "enhancement,bot" --reviewer "moabu" --title "chore(Dockerfiles): updated build dates" || echo "PR Branch is already open")
- name: Open PR
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.MOAUTO_WORKFLOW_TOKEN }}
committer: mo-auto <54212639+mo-auto@users.noreply.github.com>
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/jans_pycloud_build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
#PR=$(gh pr create --head $PR_DOCKER_DEV_BRANCH_NAME --assignee "moabu" --base "master" --body "Updated build date. Auto-generated." --label "enhancement,bot" --reviewer "moabu" --title "chore(Dockerfile): updated build dates" || echo "PR Branch is already open")
- name: Open PR
id: cpr
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v4
if: github.event_name == 'pull_request' && github.actor != 'mo-auto'
with:
token: ${{ secrets.MOAUTO_WORKFLOW_TOKEN }}
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
# Buggy behaviour with gh pr command. Will use the following action until bugs have been fixed.
#PR=$(gh pr create --head $PR_DOCKER_DEV_BRANCH_NAME --assignee "moabu" --base "master" --body "Updated build date. Auto-generated." --label "enhancement,bot" --reviewer "moabu" --title "chore(Dockerfile): updated build dates" || echo "PR Branch is already open")
- name: Open PR
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v4
if: github.event_name != 'pull_request' && github.actor != 'mo-auto'
with:
token: ${{ secrets.MOAUTO_WORKFLOW_TOKEN }}
Expand Down

0 comments on commit a0740df

Please sign in to comment.