Skip to content

Commit

Permalink
chore: update vsoch pull request action
Browse files Browse the repository at this point in the history
  • Loading branch information
jfaMan committed Feb 27, 2024
1 parent 6bf6fa4 commit bc59b4a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sync_prod_with_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: pull-request-action
uses: vsoch/pull-request-action@1.0.12
uses: vsoch/pull-request-action@1.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH_PREFIX: "juniper/main"
PULL_REQUEST_BRANCH: "juniper/prod"
PULL_REQUEST_TITLE: "Update from `juniper/main` (production)"
PULL_REQUEST_BODY: |
This is an automated pull request to update `juniper/prod` with changes from `juniper/main`.
Please review the changes to make sure they're production ready.

0 comments on commit bc59b4a

Please sign in to comment.