Skip to content

Merge pull request #248 from appsembler/hide-html-elements-in-iframe #44

Merge pull request #248 from appsembler/hide-html-elements-in-iframe

Merge pull request #248 from appsembler/hide-html-elements-in-iframe #44

name: Sync prod with main
on:
push:
branches:
- juniper/main
jobs:
auto-pull-request:
name: PullRequestAction
runs-on: ubuntu-latest
steps:
- name: pull-request-action
uses: vsoch/[email protected]
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.