Merge pull request #243 from appsembler/chore/update-codeowners #41
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |